in reply to Re: Re: Strange problems with CGI script
in thread Strange problems with CGI script
You should also familiarize yourself with CGI::Carp (great for run time errors). I'm quite fond of keeping my own log, something resembling
BEGIN { use CGI::Carp qw( fatalsToBrowser ); CGI::Carp::carpout(\*LOGGY) if open(LOGGY, '>>'.__FILE__.'.err.log'); }
|
MJD says you can't just make shit up and expect the computer to know what you mean, retardo! ** The Third rule of perl club is a statement of fact: pod is sexy. |
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Strange problems with CGI script
by Wassercrats (Initiate) on Jan 28, 2003 at 10:00 UTC |