From: Tim Musson <[EMAIL PROTECTED]>
> Hey Jenda,         
> 
> My MUA believes you used Pegasus Mail for Windows (v4.02a)
> to write the following on Friday, January 10, 2003 at 10:04:23 AM.
> 
> Thanks all! I know I can always count on this list!

:-)
 
> Looks like we are going with this one.
> 
> JK> sub Bob {
> JK>         my $max = (sort {$b<=>$a} ($x, $y, $z))[0];
> JK>         return $max;
> JK> }

According to the benchmarks this one was slightly better 

        my ($max) = sort {$b<=>$a} ($x, $y, $z);

Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


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

Reply via email to