in reply to "+" stripped from CGI params
You can replace the '+' with a '%2b' to avoid it. Happily, CGI can do this for you if necessary:
.my $encoded = $cgi_obj->escape("kk_+kk_");
-Paul
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: "+" stripped from CGI params
by ikegami (Patriarch) on Dec 21, 2007 at 13:55 UTC | |
by amarquis (Curate) on Dec 21, 2007 at 14:20 UTC |