Check Cgi Perl Scripts

[Solved] Check Cgi Perl Scripts | Perl - Code Explorer | yomemimo.com
Question : Check CGI/Perl scripts

Answered by : ray

$ perl -wc myScript.cgi
Too late for "-T" option.

Source : https://docstore.mik.ua/orelly/linux/cgi/ch15_03.htm | Last Update : Thu, 13 May 21

Question : Check CGI/Perl scripts

Answered by : ray

$ export HTTP_COOKIE="user_id=abc123"
$ export QUERY_STRING="month=jan&year=2001"
$ export REQUEST_METHOD="GET"
$ ./calendar.cgi

Source : https://docstore.mik.ua/orelly/linux/cgi/ch15_03.htm | Last Update : Thu, 13 May 21

Answers related to check cgi perl scripts

Code Explorer Popular Question For Perl