|
NAMEList::Objects::WithUtils::Array - Array-type objects WithUtilsSYNOPSISuse List::Objects::WithUtils 'array'; my $array = array(qw/ a b c /); DESCRIPTIONThis class is the basic concrete implementation of List::Objects::WithUtils::Role::Array. Methods are documented there.This class also consumes List::Objects::WithUtils::Role::Array::WithJunctions, which adds the any_items & all_items junction-returning methods; see the POD for List::Objects::WithUtils::Role::Array::WithJunctions and List::Objects::WithUtils::Array::Junction for details. arrayCreates a new array object.AUTHORJon Portnoy <avenj@cobaltirc.org>Derived from Data::Perl by Matt Phillips (CPAN: MATTP) et al Licensed under the same terms as Perl
Visit the GSP FreeBSD Man Page Interface. |