Re: writing to a text file --> permission denied

2001-05-31 Thread Michael Fowler
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

Re: writing to a text file --> permission denied

2001-05-31 Thread Me
> 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

Re: writing to a text file --> permission denied

2001-05-30 Thread Nichole Bialczyk
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