SYNOPSIS use List::Util qw(max min maxstr minstr); my $max = max @list; my $min = min @list; DESCRIPTION NOTE: EARLY RELEASE, NOT ALL FUNCTIONS HAVE BEEN IMPLEMENTED Most of the time you will not need this module. Use List::Util instead. This module is useful for testing/benchmarking, or perhaps in the rare case where you cannot use any XS module (even core ones) or in the rare case where you cannot use any module, in which case you can copy-and-paste the routines from this module (or, if you use Dist::Zilla, you can also use Dist::Zilla::Plugin::InsertBlock). FUNCTIONS For more details on each function, see List::Util. reduce TBD any TBD all TBD none TBD notall TBD first TBD max maxstr min minstr product TBD sum TBD sum0 TBD pairs TBD unpairs TBD pairkeys TBD pairvalues TBD pairgrep TBD pairfirst TBD pairmap TBD shuffle TBD SEE ALSO List::Util