Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: END blocks in perl

by Sidhekin (Priest)
on Oct 16, 2007 at 14:32 UTC ( [id://645188]=note: print w/replies, xml ) Need Help??


in reply to END blocks in perl

what will prevent the END block from executing?

exec, for starters:

perl -le 'END { print "Can you hear me?" } exec $^X, -le => exit => 0'

Also, internal errors (segfaults, core dumps, whatever):

perl -le 'END { print "Can you hear me?" } dump'

So don't rely on it too much.

print "Just another Perl ${\(trickster and hacker)},"
The Sidhekin proves Sidhe did it!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-04-18 07:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found