thanks all the suggestions.

On Wed, Jul 22, 2009 at 4:32 PM, Shawn H. Corey<shawnhco...@gmail.com> wrote:
> Jenn G. wrote:
>>
>> Hello,
>>
>> How to lookup the max and min value in an array?
>> Just like SQL's max() and min() functions.
>>
>> Thanks.
>>
>
> use List::Util qw/min max/;
>
> See `perldoc List::Util` for details.
>

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to