]> mj.ucw.cz Git - libucw.git/commit
CGI: Added url_param_escape() which writes spaces as "+".
authorMartin Mares <mj@ucw.cz>
Fri, 20 Jul 2007 14:32:17 +0000 (16:32 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 20 Jul 2007 14:32:17 +0000 (16:32 +0200)
commit22993e72e082bf4c79bdcfa959f0f2a79aba427c
tree58402be49c74fbc359835e1fa451dfbdafece017
parent5dea0be536bd0e658f231efd5631b331a8764e5a
CGI: Added url_param_escape() which writes spaces as "+".

Use this function when genering self-ref URLs to save URL space.
lib/perl/CGI.pm