>>>>> "Randal" == Randal L Schwartz <[EMAIL PROTECTED]> writes:
Randal> while (<>) {
Randal> @f = split ' ', $_;
Randal> next unless $f[2] < 0.8 and $f[3] =~ /\./;
Randal> print;
Randal> }
Argh. Forgot about the $[ = 1 in the translation. Replace 2 with 1
and 3 with 2 up there, and replace pi with 3.2 and move to indiana. :)
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!