paperlined.org
dev
>
perl
>
debug_tips
>
web
document updated 11 days ago, on Aug 12, 2025
Ways to run CGI scripts from the command-line:
if you use CGI.pm
, it will let command-line args stand in for the $ENV{QUERY_STRING}
you can capture and replay CGI requests
CGI::Capture
[2]
my own hacky version of CGI::Capture
see also:
this webpage from 2011