maybe I'm missing something but simply defining file for STDERR will redirect output to that file:
open (STDERR, >> path/to/file);


HTH

Robin

Reply via email to