http://qs321.pair.com?node_id=207745


in reply to How can I tell at run time that my script is writing to STDERR?

The title is confuzing -- I was about to state that the solutions listed don't really trap all of output to STDERR , one can still do:
print STDERR "the one that got away\n";
(Unfortunatly, I don't know a good solution to this instance...)
  • Comment on Re: How can I tell at run time that my script is writing to STDERR?
  • Download Code