NAME
List::Objects::WithUtils::Array - An array container class
SYNOPSIS
use List::Objects::WithUtils 'array';
my $array = array(qw/ a b c /);
DESCRIPTION
See List::Objects::WithUtils::Role::Array for a description of available methods.
This class also consumes List::Objects::WithUtils::Role::WithJunctions.
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