Scroll to navigation

Lowu(3pm) User Contributed Perl Documentation Lowu(3pm)

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>

2021-01-21 perl v5.32.0