t; "
you could also write ">> $mailfile" instead of ">> ".$mailfile
but that's just a matter of taste
hope it works
in any case it will show the error perl generates
MVG
Remco Schoeman
The Lodge
-Original Message-
From: Peter Bosmans
help. I appreciate it very much.
I've learned a lot (also about the right syntax)
The real problem was the -w at the first line of the program.
I removed it and everything seems allright.
Again, thanks for the response.
Peter
> Subject: I'm stuck
>
> Hi,
>
> I've a li
Hi,
Oops - sorry - didn't see you were printing to the mailfile -
Nevermind that one.
You may not have permissions to open the mailfile. Try printing $! and
see what you get as an error. It's always best to do error trapping on
open() calls. If you print $! to standard output, you will need
Hi,
You need to establish your headers before you print anything.
Lisa Wolfisch Nyman <[EMAIL PROTECTED]> IT Warrior Princess
"Life is too short to wear ugly underwear."
Get the facts at http://quickfacts.census.gov/
On Mon, 10 Sep 2001, Peter Bosmans wrote:
> But if i comment the 3 lines be
Hi,
I've a little problem.
The next cgiscript doesn't work. (The mailfile will be created but i get
a server error at my browser)
But if i comment the 3 lines between "comment out", then this script
will work. (i see the generated HTML-page at my browser)
Does anybody see what the problem is ?