Peter Lemus wrote: > Hi, folks, > > I have a scripts that prints to a log file. I would > like to receive all messages on my terminal also when > the script runs. Please enlight me...thanks.
there is a Tie::FileHandle::MultiPlex module which let's you chain multiple file hanldes like: tie *STDOUT 'Tie::FileHandle::MultiPlex', *FH1, *FH2, *F3; #--... etc readme: http://theoryx5.uwinnipeg.ca/CPAN/data/Tie-FileHandle-MultiPlex/README.html david -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]