Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Exception handling - try Catch Method

by Matts (Deacon)
on Aug 28, 2004 at 16:02 UTC ( [id://386611]=note: print w/replies, xml ) Need Help??


in reply to Exception handling - try Catch Method

Along with the suggestions here, don't forget to take a look at the Fatal module (run "perldoc Fatal" on the command line) to see how to have open() automatically throw an exception when it fails to open the file. This automates what I consider most of the hard work of exceptions in perl (i.e. actually remembering to throw them!), and also includes useful error text in the exception.
  • Comment on Re: Exception handling - try Catch Method

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://386611]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-23 18:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found