On 4/3/06, Edi STOJICEVIC <[EMAIL PROTECTED]> wrote: > I've never used IO::Tee module and I would like to have the same thing > like tee -a on Unix system... > > Do you have some example of how to use it ?
Do you need more of an example than what's in the documentation? http://search.cpan.org/~kenshan/IO-Tee-0.64/Tee.pm If you're seeking "append" functionality, simply open the filehandles for append before you pass them to IO::Tee. See the perlopentut manpage. Hope this helps! --Tom Phoenix Stonehenge Perl Training -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>