in reply to Key/Value Problem

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..


He who asks will be a fool for five minutes, but he who doesn't ask will remain a fool for life.