I have a program I am trying to develop in Perl, and one of the
problems I am running into is what to do with the errors.  I was
thinking of creating a custom module that I could then use on all of my
programs to allow me to call a report_error() sub, which would
(depending on whether we were debugging, in production, or testing)
direct the error to either a log or the user of the program.  

        This script will be dealing with the WWW, and located in the cgi-bin/
directory of a server.  What is the best way to deal with errors? 
Rotating log files?  E-mails back to the user? 

Thanks in advance,

-Dan


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to