I need to place code that leaves my program entirely if certain errors occur 
(mostly on opening a file).  However I don't want ANY messages going 
anywhere except my $errlog.  (I noticed die, seem to always show a message 
at the command line).  What's the best way to handle say the following then 
if an error occurs?

open(MFILE, $file)



_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to