Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Redirecting STDERR to STDOUT securely

by mortis (Pilgrim)
on Dec 12, 2001 at 22:15 UTC ( [id://131318]=note: print w/replies, xml ) Need Help??


in reply to Redirecting STDERR to STDOUT securely

Have you looked into IPC::Open2?

IPC::Open3 sets up a read, a write, and an error handle. IPC::Open2 sets up a read and a write handle. The read handle returned from IPC::Open2 represents both the stdout and stderr of the child process.

  • Comment on Re: Redirecting STDERR to STDOUT securely

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (1)
As of 2024-04-19 00:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found