Help for this page

Select Code to Download


  1. or download this
    $max_el = max { complex_calculation($_) } @list;
    
  2. or download this
    $max = reduce { complex_calculation($a) > complex_calculation($b) ? $a
    + : $b };