[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Perl 'die' function?
- Subject: Re: [cobalt-users] Perl 'die' function?
- From: Kris Dahl <krislists@xxxxxxxxxxxxx>
- Date: Wed Jun 14 11:44:19 2000
on 6/14/00 9:42 AM, Humberto Diógenes at adm.humberto@xxxxxxxxxxx wrote:
> Remember that 'die' function prints to STDERR, so the string "Content-type:
> text/html\n\n" will be printed to server's error_log.
> Better 'print' the error message (with Content-type) and 'exit'.
My bad.
You are right--I was thinking it just printed to STDOUT.
-k