liburl-encode-perl

module to encode/decode to/from application/x-www-form-urlencoded encoding

Description

URL::Encode provides functions to encode and decode strings into and from the application/x-www-form-urlencoded encoding.

The application/x-www-form-urlencoded format encodes an ordered data set of pairs consisting of a name and a value, with pairs separated by ampersand or semicolon, and names and values separated by the equal sign. Space characters are replaced with a plus sign, and any character not in the unreserved character set is encoded using the percent-encoding scheme also used for resource identifiers. A percent-encoded octet is encoded as a character triplet, consisting of the percent character "%" followed by the two hexadecimal digits representing that octet's numeric value.

The unreserved character set includes the uppercase and lowercase letters, decimal digits, hyphen, period, underscore, and tilde.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/URL-Encode


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install liburl-encode-perl