http://qs1969.pair.com?node_id=63399


in reply to Why the error?

it means what it says. that's the wrong syntax. use
$q->save(\*ONF);
instead. Also, you should probably actually return a value somewhere, so that the CGI transaction is complete.

-- Randal L. Schwartz, Perl hacker