in reply to Re: CGI.pm and QUERY_STRING
in thread CGI.pm and QUERY_STRING

Why not just do your test on the params and then send them back:
get("http://their.domain/script?". $ENV{QUERY_STRING}. "&my_param=whatever");

?

cLive ;-)