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

Search results for "module:URI::URL"

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

URI::URL::AddQueryParam - Add Query Param after HTTP URL River stage zero No dependents

avoid '&/?' things. EXPORT None by default....

CHENGANG/URI-URL-AddQueryParam-0.03 - 29 Jul 2014 08:38:43 UTC

URI::PackageURL - Perl extension for Package URL (aka "purl") River stage zero No dependents

This module converts Package URL components to "purl" string and vice versa. A Package URL (aka "purl") is a URL string used to identify and locate a software package in a mostly universal and uniform way across programing languages, package managers...

GDT/URI-PackageURL-2.11 - 20 Apr 2024 10:24:05 UTC

URI::OpenURL - Parse and construct OpenURL's (NISO Z39.88-2004) River stage zero No dependents

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::PackageURL::App - URL::PackageURL (purl) Command Line Interface River stage zero No dependents

URI::PackageURL::CLI "Command Line Interface" helper module for "purl-tool(1)". URI::PackageURL->run(@args) Execute the command cli_error($error) Clean error...

GDT/URI-PackageURL-2.11 - 20 Apr 2024 10:24:05 UTC

URI::PackageURL::Util - Utility for URI::PackageURL River stage zero No dependents

URL::PackageURL::Util is the utility package for URL::PackageURL. $urls = purl_to_urls($purl_string | URI::PackageURL); Converts the given Package URL string or URI::PackageURL instance and return the hash with "repository" and/or "download" URL. NOT...

GDT/URI-PackageURL-2.11 - 20 Apr 2024 10:24:05 UTC

URI - Uniform Resource Identifiers (absolute and relative) River stage five • 1893 direct dependents • 10024 total dependents

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.28 - 27 Mar 2024 01:50:38 UTC

URI::Info - Extract various information from a URI (URL) River stage one • 3 direct dependents • 3 total dependents

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.004 - 15 Aug 2023 00:05:17 UTC

Data::Validate::URI - common url validation methods River stage two • 27 direct dependents • 32 total dependents

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. River stage zero No dependents

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. River stage zero No dependents

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. River stage zero No dependents

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 River stage one • 2 direct dependents • 2 total dependents

"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 River stage one • 1 direct dependent • 1 total dependent

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 River stage three • 36 direct dependents • 221 total dependents

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 River stage five • 1893 direct dependents • 10024 total dependents

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.28 - 27 Mar 2024 01:50:38 UTC

App::Muter - tool to convert between various formats and encodings River stage zero No dependents

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::redis - URI for Redis connection info River stage two • 2 direct dependents • 22 total dependents

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

URI::Title - get the titles of things on the web in a sensible way River stage two • 9 direct dependents • 47 total dependents

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.904 - 08 Feb 2023 07:38:07 UTC

URI::Sequin - Extract information from the URLs of Search-Engines River stage zero No dependents

This module provides three tools to aid people trying to analyse Search-Engine URLs. It’s 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
71 results (0.036 seconds)