CGI has a debug mode you'll find useful.
>perl -MCGI -MData::Dumper -e"print Dumper { CGI::Vars() }" "a=b&c=d" $VAR1 = { 'a' => 'b', 'c' => 'd' }; >perl -MCGI -MData::Dumper -e"print Dumper { CGI::Vars() }" a=b c=d $VAR1 = { 'a' => 'b', 'c' => 'd' };
See the "DEBUGGING" section of CGI for more.
In reply to Re: Perl Parameter
by ikegami
in thread Perl Parameter
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |