Gossamer Forum
Home : Products : DBMan : Discussions :

Easy script debugging

Quote Reply
Easy script debugging
Fo easy script debugging add this line to your script

after:

#!/usr/bin/perl

add:

# use CGI::Carp qw/fatalsToBrowser/; # For testing only


uncomment the line while you are testing the script and then remove it once you have everything working.

It provides the list of any errors right in your browser rather than having to view the server's error logs.

Hope this is useful to DBMan users :)

Unoffical DBMan FAQ

http://creativecomputingweb.com/dbman/index.shtml/