1Any::URI::Escape(3) User Contributed Perl Documentation Any::URI::Escape(3)
2
3
4
6 Any::URI::Escape - Load URI::Escape::XS preferentially over URI::Escape
7
9 use Any::URI::Escape;
10 $escaped_url = uri_escape($url);
11
12 # URI::Escape::XS will be used instead of URI::Escape if it is installed.
13
15 URI::Escape is great, but URI::Escape::XS is faster. This module loads
16 URI::Escape::XS and imports the two most common methods if XS is
17 installed.
18
19 The insides of this module aren't completely shaken out yet, so patches
20 welcome.
21
23 URI::Escape
24
25 URI::Escape::XS
26
28 Fred Moyer, <fred@redhotpenguin.com>
29
31 Copyright (C) 2010 by Fred Moyer
32
33 This library is free software; you can redistribute it and/or modify it
34 under the same terms as Perl itself, either Perl version 5.12.0 or, at
35 your option, any later version of Perl 5 you may have available.
36
37
38
39perl v5.30.0 2019-07-26 Any::URI::Escape(3)