On Thursday, July 11, 2002, at 01:35 , [EMAIL PROTECTED] wrote:

> hello, my current project involves piping data to the perl script.
>
> perlscript.pl | cat data_file
>
> but unfortunately, the data_file is printed out by cat command
>
> how would i pipe data to perl script so that only the program did the
> output?
>

is your question:

        cat data_file | perlscript.pl

or is it

        otherCommand | myPerlieScript | tee output

or which?

ciao
drieux

---


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

Reply via email to