Amichai Teumim wrote:
./script.pl | echo 1234

Or is this nonsensical? Very very new to Perl.

This is actually shell:

 echo 1234 | ./script.pl

Try:

./script.pl <<EOD
1234
5678
90
EOD


--
Just my 0.00000002 million dollars worth,
 Shawn

"For the things we have to learn before we can do them, we learn by doing them."
 Aristotle

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


Reply via email to