GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Badger::Codec::URI(3) User Contributed Perl Documentation Badger::Codec::URI(3)

Badger::Codec::URI - URI encode/decode

    use Badger::Codec::URI;
    my $codec   = Badger::Codec::URI->new();
    my $encoded = $codec->encode("Hello World!");
    my $decoded = $codec->decode($encoded);

This module implements a subclass of Badger::Codec for URI encoding and decoding.

This function URI-encodes the $data passed as an argument.

This function URI-decodes the $data passed as an argument.

This method URI-encodes the data referenced by the first argument. It delegates to the encode_uri() function.

    $encoded = Badger::Codec::URI->encode($data);

This method decodes the encoded data passed as the first argument. It delegates to the decode_uri() function.

    $decoded = Badger::Codec::URI->decode($encoded);

This method returns a reference to the encode_uri() function.

This method returns a reference to the decode_uri() function.

Andy Wardley <http://wardley.org/>

Copyright (C) 2008-2009 Andy Wardley. All rights reserved.

Badger::Codecs, Badger::Codec
2016-12-12 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.