How can I troubleshoot my Perl CGI script?

前端 未结 8 1219
深忆病人
深忆病人 2020-11-22 02:43

I have a Perl script that isn\'t working and I don\'t know how to start narrowing down the problem. What can I do?


Note: I\'m adding the question because I rea

8条回答
  •  天涯浪人
    2020-11-22 03:00

    You may run the perl cgi-script in terminal using the below command

     $ perl filename.cgi
    

    It interpret the code and provide result with HTML code .It will report the error if any.

提交回复
热议问题