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