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

Search results for "URI::Escape"

URI::Escape - Percent-encode and percent-decode unsafe characters River stage five • 1893 direct dependents • 10024 total dependents

This module provides functions to percent-encode and percent-decode URI strings as defined by RFC 3986. Percent-encoding URI's is informally called "URI escaping". This is the terminology used by this module, which predates the formalization of the t...

OALDERS/URI-5.28 - 27 Mar 2024 01:50:38 UTC - Search in distribution
  • URI::Split - Parse and compose URI strings
  • URI - Uniform Resource Identifiers (absolute and relative)

URI::Escape::XS - Drop-In replacement for URI::Escape River stage two • 20 direct dependents • 59 total dependents

DANKOGAI/URI-Escape-XS-0.14 - 09 Jun 2016 11:19:07 UTC - Search in distribution

Any::URI::Escape - Load URI::Escape::XS preferentially over URI::Escape River stage two • 6 direct dependents • 93 total dependents

URI::Escape is great, but URI::Escape::XS is faster. This module loads URI::Escape::XS and imports the two most common methods if XS is installed. The insides of this module aren't completely shaken out yet, so patches welcome....

PHRED/Any-URI-Escape-0.01 - 18 May 2010 18:12:23 UTC - Search in distribution

URI::Escape::Any - Use XS-based URI escape module, fallback to URI::Escape River stage one • 2 direct dependents • 3 total dependents

This module tries to load URI::XSEscape, then URI::Escape::XS, then falls back to URI::Escape. The export '%escapes' from URI::Escape is currently not provided....

PERLANCAR/URI-Escape-Any-0.001 - 18 Jun 2020 02:20:53 UTC - Search in distribution

URI::Escape::Path - Like URI::Escape, but does not escape '/' River stage one • 2 direct dependents • 2 total dependents

This module's "uri_escape()" and "uri_escape_utf8()" functions use this default unsafe character list: "^A-Za-z0-9\-\._~" instead of URI::Escape's default of: "^A-Za-z0-9\-\._~"...

PERLANCAR/URI-Escape-Path-0.001 - 18 Jun 2020 02:21:04 UTC - Search in distribution

URI::Escape::Optimistic - avoid escaping most characters and hope for the best! River stage zero No dependents

TOBYINK/RDF-RDB2RDF-0.008 - 20 Sep 2013 14:27:16 UTC - Search in distribution

URI::Escape::JavaScript - A perl implementation of JavaScript's escape() and unescape() functions River stage zero No dependents

URI::Escape::JavaScript provides JavaScript's "escape()" and "unescape()" functions. It works simplar to homonymous functions of JavaScript. URI::Escape doesn't work for escaping and unescaping JavaScript like Unicode URI-escape ("%uXXXX"). But you c...

TANIGUCHI/URI-Escape-JavaScript-0.04 - 05 Mar 2010 02:50:37 UTC - Search in distribution

URI::XSEscape - Fast XS URI-escaping library, replacing URI::Escape. River stage one • 1 direct dependent • 2 total dependents

By loading URI::XSEscape anywhere, you replace any usage of URI::Escape with a faster C implementation. You can continue to use URI::Escape and any other module that depends on it just like you did before. It's just faster now. When you have loaded U...

GONZUS/URI-XSEscape-0.002000 - 16 Feb 2021 17:11:40 UTC - Search in distribution

uri-escape - URI-escape lines of input (in standard input or arguments) River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-EscapeUtils-0.002 - 15 Dec 2019 16:50:21 UTC - Search in distribution
  • uri-unescape - URI-unescape lines of input (in standard input or arguments)

Kwiki::EscapeURI - uri escape to raw UTF8 links River stage zero No dependents

Changes the internal links that Kwiki create. Instead of raw UTF8 links, it will just be uri escaped....

YAPPO/Kwiki-EscapeURI-0.02 - 04 May 2006 06:41:56 UTC - Search in distribution

lib/Petal/Utils/UriEscape.pm River stage one • 1 direct dependent • 1 total dependent

WMCKEE/Petal-Utils-0.06 - 20 Aug 2004 13:33:50 UTC - Search in distribution

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 - Search in distribution

URI::pack - Support of the pack scheme in URI. River stage zero No dependents

This module will have pack URIs as given to the URI module blessed into this class instead of URI::_generic. This class provides extra pack-specific functionality....

DOUGDUDE/URI-pack-0.002001 - 18 Oct 2011 19:03:24 UTC - Search in distribution

URI::Query - class providing URI query string manipulation River stage two • 20 direct dependents • 26 total dependents

URI::Query provides simple URI query string manipulation, allowing you to create and manipulate URI query strings from GET and POST requests in web applications. This is primarily useful for creating links where you wish to preserve some subset of th...

GAVINC/URI-Query-0.16 - 10 Aug 2016 02:03:58 UTC - Search in distribution

String::Smart - Strings that know how to escape themselves. River stage zero No dependents

String::Smart implements overloaded string values that know how they are currently encoded or escaped and are capable of transforming themselves into other encodings. In many applications it is necessary to apply various escaping rules to strings bef...

ANDYA/String-Smart-0.4 - 08 Mar 2009 14:14:42 UTC - Search in distribution

URI::Template - Object for handling URI templates (RFC 6570) River stage three • 17 direct dependents • 104 total dependents

This module provides a wrapper around URI templates as described in RFC 6570: <http://tools.ietf.org/html/rfc6570>....

BRICAS/URI-Template-0.24 - 20 Sep 2018 17:58:55 UTC - Search in distribution

URI::Encode::XS - a Perl URI encoder/decoder using C River stage two • 6 direct dependents • 11 total dependents

This is a Perl URI encoder/decoder written in XS based on RFC3986 <https://tools.ietf.org/html/rfc3986>. This module always encodes characters that are not unreserved. When decoding, invalid escape sequences are preserved, e.g: uri_decode("foo%20bar%...

DFARRELL/URI-Encode-XS-0.11 - 18 Aug 2017 22:40:38 UTC - Search in distribution

CGI - Handle Common Gateway Interface requests and responses River stage four • 286 direct dependents • 1216 total dependents

CGI.pm is a stable, complete and mature solution for processing and preparing HTTP requests and responses. Major features including processing form submissions, file uploads, reading and writing cookies, query string generation and manipulation, and ...

LEEJO/CGI-4.64 - 18 Mar 2024 12:10:48 UTC - Search in distribution

XSH - scripting language for XPath-based editing of XML River stage zero No dependents

CHOROBA/XML-XSH2-2.2.10 - 22 Dec 2023 14:24:21 UTC - Search in distribution

perlop - Operadores y precedencia en Perl *** DOCUMENTO SIN REVISAR *** River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution
312 results (0.163 seconds)