[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?


perlscript.pl < data_file


John
-- 
use Perl;
program
fulfillment

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

Reply via email to