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