Answers for "Check CGI/Perl scripts"

0

Check CGI/Perl scripts

$ perl -wc myScript.cgi
Too late for "-T" option.
Posted by: Guest on May-06-2021
0

Check CGI/Perl scripts

$ export HTTP_COOKIE="user_id=abc123"
$ export QUERY_STRING="month=jan&year=2001"
$ export REQUEST_METHOD="GET"
$ ./calendar.cgi
Posted by: Guest on May-06-2021

Browse Popular Code Answers by Language