Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Confusion with two-way pipes

by integral (Hermit)
on Feb 18, 2003 at 09:24 UTC ( [id://236217]=note: print w/replies, xml ) Need Help??


in reply to Confusion with two-way pipes

There is the IPC::Open2 (and the Open3) module in core to make this more painless, but if you're going to write the output of the process to stdout or another file you could use a simple piped open like this:
open PIPE, "|program >$file"; print PIPE "testing. output will go to $file, since perl will pass th +e command line though the shell\n";

--
integral, resident of freenode's #perl

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (2)
As of 2024-04-19 20:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found