Help for this page
$max_el = max { complex_calculation($_) } @list;
$max = reduce { complex_calculation($a) > complex_calculation($b) ? $a + : $b };