in reply to Re: Output redirection using “require” in perl
in thread Output redirection using “require” in perl
Sandeep Kumar: Note that using select only redirects default prints and writes, it doesn't redirect, for example, print statements explicitly made to a filehandle (print STDOUT ...) and it doesn't redirect the output of external commands.
|
|---|