http://qs1969.pair.com?node_id=54762


in reply to How do I find the biggest number in an array of numbers.

Answer is in $max.
map { $max=$_ if $_>$max } @list;

Originally posted as a Categorized Answer.