Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Re: Re: Error Handling Misconception

by bobn (Chaplain)
on Sep 03, 2003 at 23:10 UTC ( [id://288763]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $object = new wierd;
    my $value = eval { $object->next_value() };
    ...
    {
        die "badness";
    }
    
  2. or download this
    BLAH!
    badness at ./tstprog.pl line 13.
    BLAH!
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-03-29 11:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found