Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: capture STDOUT when some jerk opened STDOUT to /dev/tty

by Corion (Patriarch)
on Jan 07, 2013 at 18:04 UTC ( [id://1012077]=note: print w/replies, xml ) Need Help??


in reply to capture STDOUT when some jerk opened STDOUT to /dev/tty

Why not fake modifying the script by using do?

select MYSTDOUT; # use *MYSTDOUT instead of STDOUT for output # so all his reopening manipulates the wrong filehandle # Run the original script in our interpreter do 'original_script.pl' or die;

Update: Also, you should be able to combine this with davido's recommendation of Capture::Tiny to do the (re)capturing before the main script starts.

Update 2: No, it's unlikely. The Capture::Tiny documentation says:

Attempting to modify STDIN, STDOUT or STDERR during capture or tee is almost certainly going to cause problems. Don't do that.

Log In?
Username:
Password:

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

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

    No recent polls found