in reply to Re: STDOUT to multiple files
in thread STDOUT to multiple files

I can do with IO::Tee and with select. But this application is a light weight application which should not use any modules other than perl builtin functions and modules. Is there any other way to achieve this without using IO::Tee ?

Replies are listed 'Best First'.
Re^3: STDOUT to multiple files
by ikegami (Patriarch) on Sep 13, 2006 at 13:37 UTC
    IO::Tee is a Pure Perl module with no non-core dependancies. Installing it is a simple as placing Tee.pm in a subdir named IO. What's the problem?
Re^3: STDOUT to multiple files
by Anonymous Monk on Sep 13, 2006 at 07:42 UTC