[Catalyst] html-widget test prereq

A. Pagaltzis pagaltzis at gmx.de
Mon Mar 13 13:13:28 CET 2006


* Carl Franks <fireartist at gmail.com> [2006-03-13 12:25]:
>my $query = CGI->new;

You want `CGI->new("")` or `CGI->new({})` to explicitly
initialise it as an empty query. I think it’ll try asking for
key-value pairs on stdin or some such otherwise.

I think this is a good idea; CGI.pm is practically ubiquitous.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>



More information about the Catalyst mailing list