Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: BEGIN, eval {} and $^S

by diotalevi (Canon)
on Dec 17, 2003 at 00:39 UTC ( [id://315190]=note: print w/replies, xml ) Need Help??


in reply to BEGIN, eval {} and $^S

Simple. See Re: Style Point: Catching eval { } errors.

Replies are listed 'Best First'.
Re: Re: BEGIN, eval {} and $^S
by eclark (Scribe) on Dec 17, 2003 at 02:57 UTC
    Thats a good idea, I will use it in the future. It doesn't solve my problem because the DIE handler still wont know if it was called within eval or not.
      I think you'll have to pass that state to yourself via a global. How about something like $^S_FOR_REAL_AND_FOR_TRUE? You'd set it to something true prior to entering eval-string and clear it afterwards. You can inspect that during $SIG{__DIE__}.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (4)
As of 2024-04-25 16:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found