Help for this page

Select Code to Download


  1. or download this
    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