Amichai Teumim wrote:
No it was commented out. Now it's changed. I still don't know how to use
it. What would a good way to test it be?
echo 1234 | ./script.pl obviously won't do much. I wad told
./obj13-1.pl <<EOD
What the heck is obj13-1.pl?
To test your script you need a list of numbers one per line. The easiest way
is:
$ perl script.pl
123
456
789
^D
The '^D' is generated by holding the Control (sometimes labeled Ctrl) key and
pressing the d key at the same time.
--
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/