Help for this page
use lib '/path/to/my/root/lib'; use CGI; #this one is mine, found under /path/to/my/root/lib/CGI.pm ... #... some code here to set $query_string... return CGI->new($query_string); # this Lincoln Stein's CGI.pm