http://www.perlmonks.org?node_id=98626


in reply to Re: Re: Re: a quick stab at a public links page
in thread a quick stab at a public links page

Try to print version of CGI on your server, add:
 print $CGI::VERSION;
And then compare version you found as installed on server with version you expected.
Exactly this happened to me with $query->Dump() function, so now I know... ;)

pmas
To make errors is human. But to make million errors per second, you need a computer.