http://www.perlmonks.org?node_id=771987


in reply to Re^2: Array, element inside limits
in thread Array, element inside limits

For that matter, why use max, since the natol44 specified "a sorted array of numbers"?
print $results[-1],"\n";
:)

Mike