At 06:42 PM 7/16/02 +0200, Konrad Foerstner wrote:

>sorry a small but important mistake
>
>Im looking for a method to extract the
>biggest element (number) out of array.
>Does anyone know a function for that?

use List::Util qw(max);
print max(@input);

--
Peter Scott
Pacific Systems Design Technologies
http://www.perldebugged.com/


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to