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))

Thats a bit difficult in this case because I would have to propagate command-line arguments from the wrapper to the real script.... ACtually maybe not:
@syscmd = ('real-prog', @ARGV); system @syscmd or die "syscmd failed";
  • Comment on RE: RE: How does one redirect STDERR to a file? ((Filehandle, redirection, logging))
  • Download Code