
Jasmine
Administrator
/ Moderator
Feb 4, 2001, 7:03 PM
Post #6 of 6
(343 views)
|
|
Re: why isnt this printing to the file???
[In reply to]
|
Can't Post
|
|
It's obviously not working correctly, or you wouldn't have posted a problem Make your cgi error sub die, and put $! in your die message. This means that instead of the program saying "well, I couldn't do that, but let's keep going anyway", it'll say "whoa! that was important -- let me stop and let someone know that something crucial went wrong". If you don't do that and post the error message, it'll be impossible to determine why the program isn't doing what it's supposed to be.
|