Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: IPC::Open3 misbehaving when STDOUT is not FD #1

by ikegami (Patriarch)
on Jun 06, 2009 at 07:19 UTC ( [id://769012]=note: print w/replies, xml ) Need Help??


in reply to Re^2: IPC::Open3 misbehaving when STDOUT is not FD #1
in thread IPC::Open3 misbehaving when STDOUT is not FD #1

$^X isn't properly converted to a shell literal. (i.e. Won't work if there's a space in $^X.) Fix:
open3( undef, local *PIPE, undef, $^X, q!-le print 111;print STDERR 222!, );

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-03-28 19:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found