Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
share
/
doc
/
perl-Any-URI-Escape
Upload
4 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
Changes
160 B
-rw-r--r--
2010-05-18 17:25:10
Edit
Del
README
879 B
-rw-r--r--
2010-05-18 18:07:32
Edit
Del
Editing: README
(879 B)
Path: /usr/share/doc/perl-Any-URI-Escape/README
Back
NAME Any::URI::Escape - Load URI::Escape::XS preferentially over URI::Escape SYNOPSIS use Any::URI::Escape; $escaped_url = uri_escape($url); # URI::Escape::XS will be used instead of URI::Escape if it is installed. DESCRIPTION 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. SEE ALSO URI::Escape URI::Escape::XS AUTHOR Fred Moyer, <fred@redhotpenguin.com> COPYRIGHT AND LICENSE Copyright (C) 2010 by Fred Moyer This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.12.0 or, at your option, any later version of Perl 5 you may have available.