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)?