Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Writing Interrupt proram in PERL

by Joost (Canon)
on Oct 01, 2009 at 10:30 UTC ( [id://798592]=note: print w/replies, xml ) Need Help??


in reply to Writing Interrupt proram in PERL

The low-level way of handling this sort of thing is to setup all your IO (including the terminal input) as non-blocking, and then use select to dispatch code whenever input arrives or output is flushed at a socket/handle, and possibly do other stuff in between.

I'd recommend POE::Wheel::Readline in this case - it takes care of a lot of stuff for you, but you do need to read up a bit on POE. See also the example at the poe.perl.org site

updated: fixed link to PWR

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-25 09:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found