At 06:05 PM 7/11/02 -0700, drieux wrote: >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
Randal must be off his feed, he hasn't replied to any of the messages that do this :-) Here, I'll just give the reference: http://www.ling.helsinki.fi/~reriksso/unix/award.html#cat >or is it > > otherCommand | myPerlieScript | tee output -- Peter Scott Pacific Systems Design Technologies http://www.perldebugged.com/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]