in reply to Re: Re: Re: Die function misfunctions
in thread Die function misfunctions
script, which is catching and printing my errors in the file and isn't too much trouble to consult. I just can't get the fatalstoBrowser to kick in.BEGIN { use CGI::Carp qw(carpout); open(LOG, ">mycgi-log.txt") or die "Unable to append to mycgi-log: $! "; carpout(*LOG); }
Also, thanks for confirming the possible conflict with the $object designation and the qw(:standard) syntax.
laura.guimauve
|
|---|