[Date Prev][Date Next][Thread Prev] [Thread Next][Date Index] [Thread Index]

Re: Problems with ringlink and perl 5.6


  • From: Gunnar Hjalmarsson  
  • Date: Fri, 29 Nov 2002 05:10:17 +0100

Todd Eddy wrote:

nope, that didn't work.

Try to paste the following code to langinstall.pl, right before the line use CGI::Carp 'fatalsToBrowser';

  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


Follow-Ups from:
VR

References to:
Todd Eddy
Todd Eddy

[Date Prev][Date Next][Thread Prev] [Thread Next][Date Index] [Thread Index]