[cgiapp] Re: CGI::Application::Server bug with regards to $self->query?

Mark Stosberg mark at summersault.com
Thu Dec 4 19:52:54 EST 2008


>              $target->{__QUERY_OBJ} = $cgi; # <-- works but not ideal

Try this instead:
$target->query->new($cgi);

CGI.pm can create a new object based on an existing one.  

    Mark

-- 
http://mark.stosberg.com/blog/





More information about the cgiapp mailing list