Description
Perl programs can use a broad collection of list-processing helpers from List::Util and List::MoreUtils through one package. This is useful for filtering, reducing, comparing, and transforming arrays in application code.
It is a developer library. The functions operate on data supplied by the application and do not provide a separate user-facing tool.