Help for this page

Select Code to Download


  1. or download this
    use List::Util qw( max );
    
    ...
    
    print +(sort { $b <=> $a } $a, $b, $c)[0];
    print max ($a, $b, $c);