Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^3: Bidirectional IPC with Expect and Passthrough

by BrowserUk (Patriarch)
on May 07, 2011 at 15:19 UTC ( [id://903564]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print while <$fromKid>;
    
  2. or download this
    print $toKid while <STDIN>;
    
  3. or download this
    #! perl -sw
    use strict;
    ...
    print $toKid while <STDIN>;
    
    kill 9, $pid
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-24 13:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found