Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

What is the preferred cross-platform IPC module?

by Theory (Beadle)
on May 13, 2012 at 06:51 UTC ( [id://970244]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub io_read {
        local $SIG{__WARN__} = sub { }; # Silence warning.
        open my $pipe, '|-', @_ or die "Cannot exec $_[0]: $!\n";
        return $pipe;
    }
    
  2. or download this
    sub io_read {
        IO::Pipe->reader(@_);
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://970244]
Approved by Old_Gray_Bear
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found