NAME List::Util - A selection of general-utility list subroutines SYNOPSIS use List::Util qw( reduce any all none notall first reductions max maxstr min minstr product sum sum0 pairs unpairs pairkeys pairvalues pairfirst pairgrep pairmap shuffle uniq uniqint uniqnum uniqstr head tail zip mesh ); DESCRIPTION List::Util contains a selection of subroutines that people have expressed would be nice to