On Wednesday, June 12, 2002, at 05:31 , phumes1 wrote:

> The perl script I'm modifying requires a input file to be passed and a 
> output device. For example:
>
> C:\>runme.pl <filename> <output-device>
>
> How can I display this to the screen?



what you will want to find in the runme.pl
is where the coder set up the output to <output-device>
and look at re-ramping that with the various 'how do
I tee data'....

What you will provably find is that the coder
has some 'open(....)' and that all the data
that goes that way is in the 'print/write' to
what ever file name is associated with that open...

ciao
drieux

---


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to