in reply to
Getting a query string.
ActiveState reccomends you use the CGI OO interface, have you tried
my $q = CGI->new; print $q->query_string
? Have you looked in the server logs (or event viewer)?
Comment on
Re: Getting a query string.
Download
Code
In Section
Seekers of Perl Wisdom