URI::URL - Uniform Resource Locators
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.10 - 25 Oct 2021 21:00:07 UTC
URI::URL::AddQueryParam - Add Query Param after HTTP URL
avoid '&/?' things. EXPORT None by default....
CHENGANG/URI-URL-AddQueryParam-0.03 - 29 Jul 2014 08:38:43 UTC
URI::OpenURL - Parse and construct OpenURL's (NISO Z39.88-2004)
This module provides an implementation of OpenURLs encoded as URIs (Key/Encoded-Value (KEV) Format), this forms only a part of the OpenURL spec. It does not check that OpenURLs constructed are sane according to the OpenURL specification (to a large e...
TIMBRODY/URI-OpenURL-0.4.6 - 09 Dec 2005 11:56:56 UTC
URI - Uniform Resource Identifiers (absolute and relative)
This module implements the "URI" class. Objects of this class represent "Uniform Resource Identifier references" as specified in RFC 2396 (and updated by RFC 2732). A Uniform Resource Identifier is a compact string of characters that identifies an ab...
OALDERS/URI-5.10 - 25 Oct 2021 21:00:07 UTC
URI::Info - Extract various information from a URI (URL)
This module (and its plugins) will let you extract various information from a piece of URI (URL) string. Keywords: URI parser, URL parser, search string extractor...
PERLANCAR/URI-Info-0.002 - 29 Nov 2021 00:05:38 UTC
Data::Validate::URI - common url validation methods
This module collects common URI validation routines to make input validation, and untainting easier and more readable. All functions return an untainted value if the test passes, and undef if it fails. This means that you should always check for a de...
SONNEN/Data-Validate-URI-0.07 - 19 Jan 2016 16:58:33 UTC
URI::Pure - with Internationalized Domain Names (IDN) and Internationalized Resource Identifiers (IRI) support.
URI with Internationalized Domain Names (IDN) and Internationalized Resource Identifiers (IRI) support. Double dot normalization....
KNI/URI-Pure-0.09 - 21 Jun 2019 03:15:21 UTC
URI::http::Dump - A module to assist in the reverse engineering of URL parameters.
The simplicity of Unix is in the way it treats (most) everything like a file, and this is just a simplicity mechanism so you can treat URIs as a file too via YAML markup, ie, easily manipulate them with a text editor. Say you're trying to reverse eng...
ECARROLL/URI-http-Dump-0.03 - 04 Jun 2008 02:28:41 UTC
Eve::Uri - a URI automation class.
The class provides automation for different common operations with URIs. A URI is automaticaly brought to the canonical form after creation or after using any setter method. Attributes "fragment" a fragment part of the URI. "query" a query string par...
ZINIGOR/Eve-0.06 - 05 May 2014 10:32:37 UTC
URI::Fast - A fast(er) URI parser
"URI::Fast" is a faster alternative to URI. It is written in C and provides basic parsing and modification of a URI. URI is an excellent module; it is battle-tested, robust, and handles many edge cases. As a result, it is rather slower than it would ...
JEFFOBER/URI-Fast-0.55 - 13 Sep 2021 19:43:34 UTC
URI::Match - Match URLs By Parts
This is a simple utility that adds ability to match URL parts against regular expressions, subroutines, or objects that implement a match() method. Since this module uses loops and method calls, writing up a clever regular expression and using it dir...
DMAKI/URI-Match-0.00001 - 08 Nov 2007 01:44:44 UTC
URI::Find - Find URIs in arbitrary text
This module does one thing: Finds URIs and URLs in plain text. It finds them quickly and it finds them all (or what URI.pm considers a URI to be.) It only finds URIs which include a scheme (http:// or the like), for something a bit less strict have a...
MSCHWERN/URI-Find-20160806 - 06 Aug 2016 20:45:50 UTC
URI::file - URI that maps to local file names
The "URI::file" class supports "URI" objects belonging to the *file* URI scheme. This scheme allows us to map the conventional file names found on various computer systems to the URI name space. An old specification of the *file* URI scheme is found ...
OALDERS/URI-5.10 - 25 Oct 2021 21:00:07 UTC
URI::redis - URI for Redis connection info
The "URI::redis" class supports "URI" objects belonging to the *redis* and *redis+unix* URI scheme. Such URLs are used to encode connection info ("redis": host, port, password, database, "redis+unix": socket path, password, database) to Redis servers...
MENDEL/URI-redis-0.02 - 23 Jan 2016 09:32:30 UTC
App::Muter - tool to convert between various formats and encodings
App::Muter provides the "muter" command, which converts data between various formats. For more information, see muter....
BRIANC/App-Muter-0.003000 - 26 Oct 2017 01:49:59 UTC
URI::Title - get the titles of things on the web in a sensible way
I keep having to find the title of things on the web. This seems like a really simple request, just get() the object, parse for a title tag, you're done. Ha, I wish. There are several problems with this approach: What if the resource is on a very slo...
BOOK/URI-Title-1.902 - 30 Sep 2019 08:35:15 UTC
URI::Sequin - Extract information from the URLs of Search-Engines
This module provides three tools to aid people trying to analyse Search-Engine URLs. Its meant mainly for those who want to analyse referrer logs and pick out key information about site visitors, such as which Search-Engine and keywords they used to...
SARGIE/URI-Sequin-1.2 - 01 Sep 2003 11:14:53 UTC
URI::Fetch - Smart URI fetching/caching
*URI::Fetch* is a smart client for fetching HTTP pages, notably syndication feeds (RSS, Atom, and others), in an intelligent, bandwidth- and time-saving way. That means: * GZIP support If you have *Compress::Zlib* installed, *URI::Fetch* will automat...
NEILB/URI-Fetch-0.15 - 27 May 2021 16:36:04 UTC
URI::Encode - Simple percent Encoding/Decoding
This modules provides simple URI (Percent) encoding/decoding The main purpose of this module (at least for me) was to provide an easy method to encode strings (mainly URLs) into a format which can be pasted into a plain text emails, and that those li...
MITHUN/URI-Encode-v1.1.1 - 07 May 2016 15:16:03 UTC
URI::ToDisk - An object for mapping a URI to an on-disk storage directory
In several process relating to working with the web, we may need to keep track of an area of disk that maps to a particular URL. From this location, we should be able to derived both a filesystem path and URL for any given directory or file under thi...
ADAMK/URI-ToDisk-1.12 - 12 Nov 2007 02:44:17 UTC