LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   perl cgi script debug utility (https://www.linuxquestions.org/questions/linux-software-2/perl-cgi-script-debug-utility-651115/)

kaplan71 06-23-2008 02:36 PM

perl cgi script debug utility
 
Can anyone recommend a utility that can help debug perl cgi scripts? Thanks.

LiamFromLeeds 06-23-2008 04:03 PM

Have you tried using CGI::Carp (the fatalsToBrowser is very useful, I believe) ?

chrism01 06-23-2008 06:30 PM

I take it you are already doing

use warnings; (or the -w switch)
use strict;

??


All times are GMT -5. The time now is 03:52 PM.