Check CGI/Perl scripts code example
Example 1: Check CGI/Perl scripts
$ export HTTP_COOKIE="user_id=abc123"
$ export QUERY_STRING="month=jan&year=2001"
$ export REQUEST_METHOD="GET"
$ ./calendar.cgi
Example 2: Check CGI/Perl scripts
$ perl -wc myScript.cgi
Too late for "-T" option.