Re: Problems with ringlink and perl 5.6Todd Eddy wrote: nope, that didn't work.
BEGIN {
use CGI::Carp 'carpout';
open(LOG, ">>data/ERRORMSG.TXT")
|| die "Can't write to ERRORMSG.TXT; $!\n\n";
carpout(\*LOG);
}It should create an error log in the data directory. / Gunnar
|