The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

List::Objects::WithUtils::Array - An array container class

SYNOPSIS

  use List::Objects::WithUtils 'array';

  my $array = array(qw/ a b c /);

See List::Objects::WithUtils::Role::Array for a description of available methods.

DESCRIPTION

This class is a concrete implementation of List::Objects::WithUtils::Role::Array. Methods are documented there.

array

Creates a new array container object.

AUTHOR

Jon Portnoy <avenj@cobaltirc.org>

Derived from Data::Perl by Matt Phillips (CPAN: MATTP) et al

Licensed under the same terms as Perl