Basic Werk | Memo | Contact


MEMOMEM

Perl_URI_Escape



URI のエンコード、デコード



use URI::Escape;
my $word = uri_escape("#word"); my $escaped_url = "http://exsample.org?keyword=" . $word; # -> http://exsample.org?keyword=%23word
my $unescaped_url = uri_unescape($escaped_url); # -> http://exsample.org?keyword=#word


#Perl #CGI #URI #URL



SN 2013/06/26 22:15:51

Archives > Perl_URI_Escape.html







MEMOMEM



More Contents

Basic Werk | Previous Blog

仕事と日 | 中村 心