7 lines
324 B
Text
7 lines
324 B
Text
|
This module decodes a URL-encoded parameter string in the manner of
|
||
|
CGI.pm. However, as it uses C code from libapreq to perform the task,
|
||
|
it's somewhere from slightly to much faster (depending on your strings)
|
||
|
than using CGI or a functionally similar module like CGI::Deurl.
|
||
|
|
||
|
WWW: http://search.cpan.org/dist/CGI-Deurl-XS/
|