5 lines
67 B
Perl
5 lines
67 B
Perl
|
|
use URI::Escape;
|
||
|
|
|
||
|
|
my $s = 'http://foo/bar/';
|
||
|
|
print uri_escape($s);
|