Here's my script

END{print "I GOT TO THE END";}
sleep 100;

So the problem is to have it "GET TO THE END" on ctr-c.

My reading of the Manual and FAQs lead me to believe putting this on the 
front would work:

use sigtrap qw(die BREAK)

but it didn't help . . . in fact the line eventually became

use sigtrap qw(die all the keys in %SIG that weren't numbers)

Can any tell me how to get the END to execute even on a control-C?

Frank

P.S. WinNT if it matters.


---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to