The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "url"

URL::XS - Parsing URLs with zero-copy and no mallocs River stage zero No dependents

This is a perl binding to libyaurel (simple C library for parsing URLs with zero-copy and no mallocs). Might parse: url, url paths and url queries....

BRDUCH/URL-XS-0.3.1 - 22 Dec 2021 11:54:29 UTC - Search in distribution

App::url - format a URL according to a sprintf-like template River stage one • 1 direct dependent • 1 total dependent

Decompose the URL and reformat it according to The formats * %a - the path * %f - the fragment * %h - the hostname, with domain info * %H - the hostname without domain info * %i - the hostname in punycode * %I - space-separated list of IP addresses f...

BDFOY/App-url-1.009 - 17 Jan 2024 18:58:04 UTC - Search in distribution

URI::URL - Uniform Resource Locators River stage five • 1893 direct dependents • 10024 total dependents

This module is provided for backwards compatibility with modules that depend on the interface provided by the "URI::URL" class that used to be distributed with the libwww-perl library. The following differences exist compared to the "URI" class inter...

OALDERS/URI-5.28 - 27 Mar 2024 01:50:38 UTC - Search in distribution
  • URI - Uniform Resource Identifiers (absolute and relative)
  • URI::file - URI that maps to local file names
  • URI::Heuristic - Expand URI using heuristics

ARGV::URL - Wrap URLs from @ARGV for fetching and content consumption with <> River stage zero No dependents

This module adds some power to the diamond (<>) operator (see perlopentut): importing the module will transform URLs in @ARGV so that their content is fetched and fed to <> like what is done for filenames in the standard behavior....

DOLMEN/ARGV-URL-0.93 - 08 Nov 2011 23:48:47 UTC - Search in distribution

Acme::URL - Bareword URL with HTTP request River stage zero No dependents

See <http://transfixedbutnotdead.com/2009/12/16/url-develdeclare-and-no-stri ngs-attached/> NB. This module is just a play thing and just intended as an investigation into using Devel::Declare. So go play with it and don't do anything stupid with it ...

DRAEGTUN/Acme-URL-0.01 - 26 Dec 2009 20:22:31 UTC - Search in distribution

Mojo::URL - Uniform Resource Locator River stage four • 943 direct dependents • 1041 total dependents

Mojo::URL implements a subset of RFC 3986 <https://tools.ietf.org/html/rfc3986>, RFC 3987 <https://tools.ietf.org/html/rfc3987> and the URL Living Standard <https://url.spec.whatwg.org> for Uniform Resource Locators with support for IDNA and IRIs....

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC - Search in distribution

Quiq::Url - Operationen im Zusammenhang mit URLs River stage zero No dependents

Die Klasse definiert Operationen, die im Zusammenhang mit URLs nützlich sind. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 4: Non-ASCII character seen before =encoding in 'nützlich'. Assuming CP125...

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC - Search in distribution

URL::Grab - Perl extension for blah blah blah River stage zero No dependents

URL::Grab is a perl module that drastically simplifies the fetching of files from within a local source (eg. local filesystem) and/or remote sources (eg. http, ftp). It is designed to be used in programs that need common (but not necessarily simple) ...

OPITZ/URL-Grab-1.4 - 24 Jan 2008 09:48:56 UTC - Search in distribution

URL::List - Helper class for creating distributed lists of URLs based on their host name, domain name or TLDs. River stage zero No dependents

URL:List is a module which helps you with distributing a list of URLs "evenly" based on the URLs' host name, domain name or TLD (top-level domain). This can be useful for crawlers, ie. giving out a list of URLs within specific hostnames, domain names...

TOREAU/URL-List-0.14 - 07 Jun 2017 12:07:27 UTC - Search in distribution

Sirc::URL - view URLs with an external browser River stage zero No dependents

This module provides an easy way to view URLs which you see on IRC. Each URL printed to the screen (as told by the URI::Find module) is numbered. For example, you might see <Morgaine> It was either at http://www.memepool.com (/url 23) or http://www.a...

ROSCH/libsirc-0.12 - 27 Jul 2001 13:13:11 UTC - Search in distribution

Gnome::URL - Perl extension for libgnome/gnome-url (GNOME 1.x) River stage zero No dependents

This module provides a Perl binding for url handling in the GNOME environment (http://www.gnome.org). It can handle various types of URLs including http, https, ftp, file, info, man, ghelp, and possibly others. The commands used to view different typ...

MSTRAT/Gnome-URL-0.02 - 24 Feb 2002 05:42:23 UTC - Search in distribution

Short::URL - Encodes and Decodes short urls by using Bijection River stage zero No dependents

Short::URL can be used to help generate short, unique character string urls. It uses Bijection <http://en.wikipedia.org/wiki/Bijection> to create a one-to-one mapping from integers to strings over your alphabet, and from strings over your alphabet ba...

SRCHULO/Short-URL-0.015 - 04 Oct 2019 19:32:27 UTC - Search in distribution

URL::Check - Check a list of URL and respond accordingly. River stage zero No dependents

This module is not aimed at being used directly but via the script "url-check". url-check --config=my-config.txt If no "--config argument" is set, the value is taken from environment variable "URL_CHECK_CONFIG". More examples can be found in the "t/r...

MANWAR/URL-Check-0.11 - 30 Mar 2016 15:35:03 UTC - Search in distribution

Badger::URL - representation of a Uniform Resource Locator (URL) River stage one • 4 direct dependents • 6 total dependents

This module implements an object for representing URLs. It can parse existing URLs to break them down into their constituent parts, and also to generate new or modified URLs. The emphasis is on simplicity and convenience for tasks related to web prog...

ABW/Badger-0.16 - 05 Jun 2023 07:47:33 UTC - Search in distribution

URL::Encode - Encoding and decoding of application/x-www-form-urlencoded encoding. River stage two • 32 direct dependents • 61 total dependents

This module provides functions to encode and decode strings into and from the "application/x-www-form-urlencoded" encoding. The "application/x-www-form-urlencoded" format encodes a ordered data sets of pairs consisting of a name and a value, with pai...

CHANSEN/URL-Encode-0.03 - 20 Feb 2014 18:17:29 UTC - Search in distribution

URL::Exists - test whether a URL exists, when you don't care about the contents River stage zero No dependents

This module is useful where you're only interested in whether the file referenced by a URL is present, and don't actually care about the contents. At the moment it just supports HTTP URLs, but I may add other schemes, if there's any demand / interest...

NEILB/URL-Exists-0.03 - 13 Nov 2015 08:10:44 UTC - Search in distribution

URL::Search - search for URLs in plain text River stage one • 1 direct dependent • 1 total dependent

This module searches plain text for URLs and extracts them. It exports (on request) the following entities: $URL_SEARCH_RE This variable is the core of this module. It contains a regex that matches a URL. NOTE: This regex uses capturing groups intern...

MAUKE/URL-Search-0.06 - 20 Mar 2023 20:32:18 UTC - Search in distribution

URL::Social - Helper module for retrieving social information (likes, shares etc.) for any given URL. River stage zero No dependents

This module makes it easy to extract social information like likes, shares etc. for any given URL from the following services: * Facebook * LinkedIn * Reddit * StumbleUpon * Twitter...

TOREAU/URL-Social-0.07 - 22 May 2014 09:55:48 UTC - Search in distribution

URL::Builder - Tiny URL builder River stage one • 1 direct dependent • 1 total dependent

URL::Builder is really simple URL string building library....

TOKUHIROM/URL-Builder-0.06 - 30 Apr 2014 05:37:45 UTC - Search in distribution

Gravatar::URL - Make URLs for Gravatars from an email address River stage one • 6 direct dependents • 6 total dependents

A Gravatar is a Globally Recognized Avatar for a given email address. This allows you to have a global picture associated with your email address. You can look up the Gravatar for any email address by constructing a URL to get the image from gravatar...

MSCHWERN/Gravatar-URL-1.07 - 11 Aug 2016 00:53:24 UTC - Search in distribution
5,345 results (0.181 seconds)