Sooraj S wrote: > Can i redirect the output to a file as well as stdout at the same > time...i dont want to use tee command..i want this to be done in my > perl program itself...
Jim Gibson wrote:
Install and use the File::Tee module from CPAN:
I researched the various options a while back and settled on Capture::Tiny. HTH, David -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
