That is what I expected because that's what the docs say to expect (the CGI and the Data::Dumper docs).perl - 1=1 2=2 1=3 1=5 use CGI; use Data::Dumper; local $Data::Dumper::Useqq=1; local $Data::Dumper::Indent=1; print Dumper( scalar CGI->new->Vars ),$/; __END__ $VAR1 = { 1 => "1\0003\0005", 2 => 2 };
In reply to Re: cgi->vars() unexpected results
by PodMaster
in thread cgi->vars() unexpected results
by Gerard
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |