in reply to Using shift() on sort() and syntactical funniness
sub minimum { my ($min) = sort ....; return $min; } [download]