in reply to Re: CGI and Perl
in thread CGI and Perl
And I often just cut and paste a query string from the browser to a file so I can just do something like this from the command line (and have all the parameters saved so I can edit them at will):use CGI qw(-debug);
my_cgi_script.cgi <query.in
|
|---|