in reply to RE: How does one redirect STDERR to a file? ((Filehandle, redirection, logging))
in thread How does one redirect STDERR to a file? ((Filehandle, redirection, logging))
@syscmd = ('real-prog', @ARGV); system @syscmd or die "syscmd failed";
|
|---|