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)



_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


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

Reply via email to