Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: ctrl + c on Win32 (signal handling)

by remiah (Hermit)
on Aug 26, 2011 at 21:06 UTC ( [id://922743]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    use strict;
    ...
        #process image
    }
    ReadMode "restore";
    
  2. or download this
    ReadMode "raw"; #raw can capture ctrl + c
    BindEvent "keypress", sub {
    ...
    }
    ReadMode "restore";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-25 09:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found