Search results for "module:URI::file::Unix"
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::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, see RFC 8089 <https://www.rfc-editor.org/rfc/rfc8089.ht...
OALDERS/URI-5.21 - 23 Aug 2023 16:02:58 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
Mozilla::DOM - Perl wrapping of the Mozilla/Gecko DOM
SLANNING/Mozilla-DOM-0.23
-
03 Nov 2009 22:10:03 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
URI::ImpliedBase - magically force all URIs to be absolute
This module is a drop-in replacement for URI. It wraps the new() method with some extra code which automatically captures either the base of the supplied URI (if it is absolute), or supplies the current base to "URI-"new_abs()> (if it is relative). I...
MCMAHON/URI-ImpliedBase-0.08 - 08 Jul 2012 18:29:34 UTC