Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re (tilly) 1: Open3 and bad gut feeling

by tilly (Archbishop)
on Feb 17, 2002 at 00:55 UTC ( [id://145934]=note: print w/replies, xml ) Need Help??


in reply to Open3 and bad gut feeling

A sneaking feeling tells me that you will shortly be Suffering from Buffering. (There is a similar warning in IPC::Open3.) Namely if there is, for instance, a long error statement, you may be trying to read from its STDOUT while it is waiting for you to check its STDERR. This might take a while...

You are likely to need the select command or its OO wrapper IO::Select to do this properly. (I think you will find IO::Select easier to figure out.)

  • Comment on Re (tilly) 1: Open3 and bad gut feeling

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-25 06:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found