Jay Savage [JS], on Wednesday, April 27, 2005 at 10:26 (-0400)
thoughtfully wrote the following:

JS> If all you want is the last column, this is a really long way to go about 
it.
JS>     while (<V4>) {
JS>         print (split)[7];
JS>         print "\n";
JS> }

(split)[-1] is better, not ?

--

How do you protect mail on web? I use http://www.2pu.net

[3.141592653589793238642643389504197169.... there's PI in]



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


Reply via email to