On Thu, May 31, 2001 at 02:08:54AM -0500, Nichole Bialczyk wrote:
> - Original Message -
> From: "Asim Memon" <[EMAIL PROTECTED]>
> To: "Nichole Bialczyk" <[EMAIL PROTECTED]>
> Sent: Thursday, May 31, 2001 2:07 AM
> Subject: Re: writing to a
> open...or die... statement, but then i got an
> internal server error 500.
You should add the following lines to your
cgi scripts:
use CGI::Carp qw(fatalsToBrowser);
And/or you should execute your perl scripts
from a command line before going through
the web server, to make sure they do r
that's what i thought, too. but i already did that.
- Original Message -
From: "Asim Memon" <[EMAIL PROTECTED]>
To: "Nichole Bialczyk" <[EMAIL PROTECTED]>
Sent: Thursday, May 31, 2001 2:07 AM
Subject: Re: writing to a text file --> permission den
when i put in the $! i get the error message Permission denied. i also tried
to do it the standard way with the open...or die... statement, but then i
got an internal server error 500. sometimes i think it's better to write
your own code than to modify existing code. gr
i really a