Search results for "module:URI::Split"
URI::Split - Parse and compose URI strings
Provides functions to parse and compose URI strings. The following functions are provided: ($scheme, $auth, $path, $query, $frag) = uri_split($uri) Breaks up a URI string into its component parts. An "undef" value is returned for those parts that are...
OALDERS/URI-5.21 - 23 Aug 2023 16:02:58 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.21 - 23 Aug 2023 16:02:58 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::Simple - Simple way to parse uri
This module is a direct port of javascript parseURI regex by Steven Levithan Please See Original Code <http://blog.stevenlevithan.com/archives/parseuri> This module will attempts to split URIs according to RFC 3986 <http://en.wikipedia.org/wiki/URI_s...
MAMOD/URI-Simple-1.00 - 27 May 2013 20:44:23 UTC
Net::Gemini - a small gemini client
This module implements code that may help implement a gemini protocol client in Perl. CAVEATS It's a pretty beta module. The default SSL verification is more or less to accept the connection; this is perhaps not ideal. The caller will need to impleme...
JMATES/Net-Gemini-0.09 - 30 Nov 2023 15:12:56 UTC
URI::Find::Iterator - provides an iterator interface to URI::Find
Inspired by Mark Jason Dominus' talk *Programming with Iterators and Generators* (available from http://perl.plover.com/yak/iterators/) this is an iterative version of URI::Find that hopefully makes code a little easier to understand and works slight...
SIMONW/URI-Find-Iterator-0.6 - 09 Dec 2003 14:35:28 UTC