Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Redirecting STDOUT from internal function with 5.6.1 restrictions

by tmoertel (Chaplain)
on Oct 12, 2004 at 21:59 UTC ( [id://398709]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        use File::Temp qw( tempfile );
    
    ...
                return $captured_output;
            }
        }
    
  2. or download this
        print STDERR "before redirection\n";
    
    ...
    
        print STDERR "after redirection\n";
        print "Saved output = $saved_output";
    
  3. or download this
        before redirection
        after redirection
        Saved output = during redirection
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-19 23:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found