in reply to Splittig STDERR output to file AND STDERR

Check out the IO::Tee module for all your filehandle multiplexing needs.
HTH

_________
broquaint

  • Comment on Re: Splittig STDERR output to file AND STDERR

Replies are listed 'Best First'.
Re: Re: Splittig STDERR output to file AND STDERR
by cybear (Monk) on Jun 27, 2002 at 13:13 UTC
    This works well when I want to send output to multiple locations.
    and thanks for that

    However, I've been trying different combinations of IO::Tee without
    success, the Net::FTP module is writing to STDERR, not my perl program.
    so IO::Tee isn't helping... unless I'm missing something. :-)