in reply to Re^2: CGI Module
in thread CGI Module

What are you trying to do with this module, or why do you need a separate module? That's a lot of typing to simply do my $q = CGI->new.

Remember that once you've created a CGI object, it reads STDIN, and you won't be able to read that again. If all of your form data is in the message body, only the first CGI object will have been able to see it.

How are you using this module in your script?

--
brian d foy <brian@stonehenge.com>