Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^5: What is the preferred cross-platform IPC module?

by BrowserUk (Patriarch)
on May 14, 2012 at 16:24 UTC ( [id://970461]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use IO::Select;;
    IO::Select->new( STDOUT ) or die $^E;;
    @s = $s->can_read() or print "$^E";;
    An operation was attempted on something that is not a socket
    
  2. or download this
    C:\test>p1
    [0] Perl> $SIG{INT} = sub{ print "Got ^C" };;
    ...
    Got ^C
    ;;
    [0] Perl>
    

Log In?
Username:
Password:

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

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

    No recent polls found