in reply to
Find highest and lowest numerical values for columns in a file
If you can get the data into a perl array, just use
List::Util
and the min and max functions.
Comment on
Re: Find highest and lowest numerical values for columns in a file
In Section
Seekers of Perl Wisdom