Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^3: die silently in an eval block while using alarm

by andal (Hermit)
on Feb 25, 2013 at 09:56 UTC ( [id://1020479]=note: print w/replies, xml ) Need Help??


in reply to Re^2: die silently in an eval block while using alarm
in thread die silently in an eval block while using alarm

What do you mean by "result of die"? "die" never returns, so there is no "result" returned.

Search for the problem somewhere else. It has nothing to do with "die" in provided piece of code. Inside of eval "die" does not produce any output. Check your other "warn", "print", "write", or "die" outside of eval.

  • Comment on Re^3: die silently in an eval block while using alarm

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-25 01:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found