On Jul 11, 3:33 pm, [EMAIL PROTECTED] (Inventor) wrote:

> the program gets a run-time error, and I don't know which error
> message it is because the module is used in a CGI program and I don't
> know how to get at the error messages.

If you have access to the server logs, check them.  If not, add this
line to the top of your program, right under use strict and use
warnings:

use CGI::Carp qw/fatalsToBrowser/;

Paul Lalli


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to