The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Lowu - Shortcut for importing all of List::Objects::WithUtils

SYNOPSIS

# Same as:
#  use List::Objects::WithUtils ':all';
use Lowu;

DESCRIPTION

A short-to-type way to get all of List::Objects::WithUtils, including autoboxing.

If you like, you can specify params as if calling use List::Objects::WithUtils:

# Get array() and immarray() only:
use Lowu 'array', 'immarray';

AUTHOR

Jon Portnoy <avenj@cobaltirc.org>