why not just re-direct from the command line if all output is needed?
 
perl.program > output.file
 
-- 
-----------------------------
InteleNet Communications Inc.           "Help me help you."
Chance Ervin - SCSA                      -- Jerry Maguire
Oracle Certified Professional
Systems Engineer

________________________________

From: Larry Guest [mailto:[EMAIL PROTECTED]
Sent: Tue 1/11/2005 3:40 PM
To: 'Perl Beginners Mailing List'
Subject: Write stdout to a file as well as stdout



I have a script that does all kinds stuff.
When its running it outputs all kinds of useful information to the
screen and exits.

What I want to do is have this also sent to a file.

Any thoughts?

Thanks


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to