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

Replies are listed 'Best First'.
Re^4: Array, element inside limits
by ikegami (Patriarch) on Jun 16, 2009 at 13:59 UTC
    Good catch. Thanks.