I recently researched and tested all of the URI percent-encoding
solutions for Perl (including CGI.pm and CGI::Simple, which are commonly
used with CGI::Application), and thought you might be interested in the
result:
http://mark.stosberg.com/blog/2010/11/percent-encoding-uris-in-perl.html
Mark