Search results for "URI Escape"
URI::Escape - Percent-encode and percent-decode unsafe characters
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.21 - 23 Aug 2023 16:02:58 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
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
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
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 '/'
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!
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
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.
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)
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
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
WMCKEE/Petal-Utils-0.06
-
20 Aug 2004 13:33:50 UTC
-
Search in distribution
- Petal::Utils - Useful template modifiers for Petal.
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 - Search in distribution
URI::pack - Support of the pack scheme in URI.
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
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
CGI - Handle Common Gateway Interface requests and responses
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.57 - 02 May 2023 13:16:01 UTC - Search in distribution
XSH - scripting language for XPath-based editing of XML
CHOROBA/XML-XSH2-2.2.9
-
28 Apr 2021 18:24:18 UTC
-
Search in distribution
perlop - Operadores y precedencia en Perl *** DOCUMENTO SIN REVISAR ***
ENELL/POD2-ES-5.24.0.5
-
01 Jan 2017 21:24:12 UTC
-
Search in distribution
TUWF - The Ultimate Website Framework
TUWF is a small framework designed for writing websites. It provides an abstraction layer to various environment-specific tasks and has common functions to ease the creation of both small and large websites. For a gentle introduction to TUWF, see TUW...
YORHEL/TUWF-1.5 - 18 Jan 2023 08:23:51 UTC - Search in distribution- TUWF::Misc - Miscellaneous utility functions and methods for TUWF
perlop - Perl operators and precedence
In Perl, the operator determines what operation is performed, independent of the type of the operands. For example "$x + $y" is always a numeric addition, and if $x or $y do not contain numbers, an attempt is made to convert them to numbers first. Th...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution- perlop - Perl operators and precedence
YAHC - Yet another HTTP client
YAHC is fast & minimal low-level asynchronous HTTP client intended to be used where you control both the client and the server. Is especially suits cases where set of requests need to be executed against group of machines. It is NOT a general HTTP us...
IKRUGLOV/YAHC-0.035 - 13 Nov 2017 17:47:11 UTC - Search in distribution