Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Trapping Error Object

by gellyfish (Monsignor)
on Feb 04, 2002 at 22:07 UTC ( [id://143304]=note: print w/replies, xml ) Need Help??


in reply to Trapping Error Object

I think that what you want is eval BLOCK but all this is a little vague.

You would do something like:

eval { # do something that might raise a fatal error }; if ( $@ ) { # do something to report the error # $@ contains the error message or error object }

However it might be useful if you gave us a bit more of a clue as to what it was you were trying to do.

/J\

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-18 22:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found