Why aren't you using CGI.pm ??
try to use it and when you do, try this :
$query = new CGI; $name = $query->param('name') ? $query->param('name') : ','; $answer = $query->param('answer') ? $query->param('answer') : ',';
I hope this works anyway..
In reply to Re: Key/Value Problem
by Chady
in thread Key/Value Problem
by aconite
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |