Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Perl Modules

    URI::Encode 0.061

    Download button

    No screenshots available
    Downloads: 120  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Mithun Ayachit | More programs
    Perl Artistic License / FREE
    January 19th, 2012, 03:12 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    URI::Encode description

    Simple percent Encoding/Decoding

    URI::Encode is a Perl module that provides simple URI (Percent) encoding/decoding.

    The main purpose of this module (at least for me) was to provide an easy method to encode strings (mainly URLs) into a format which can be pasted into a plain text emails, and that those links are 'click-able' by the person reading that email. This can be accomplished by NOT encoding the reserved characters.

    If you are looking for speed and want to encode reserved characters, use URI::Escape::XS

    SYNOPSIS

     # OOP Interface
     use URI::Encode;
     my $uri = URI::Encode->new({encode_reserved =>0});
     my $encoded = $uri->encode($data);
     my $decoded = $uri->decode($encoded);

     # Functional
     use URI::Encode qw(uri_encode uri_decode);
     my $encoded = uri_encode($data);
     my $decoded = uri_decode($encoded);



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    URI encoding | URI decoding | Perl module | Perl | URI | encoding

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM