Acme-List-CarCdr
view release on metacpan or search on metacpan
lib/Acme/List/CarCdr.pm view on Meta::CPAN
=head1 SYNOPSIS
use Acme::List::CarCdr;
my $can = Acme::List::CarCdr->new;
$can->car(qw/cat dog fish/); # "cat"
$can->cdr(qw/cat dog fish/); # "dog", "fish"
$can->cddr(qw/cat dog fish/); # "fish"
$can->c...r(...); # ...
See also the C<t/> directory of the distribution of this module for
example code.
=head1 DESCRIPTION
C<car> or C<cdr> or C<caar> or C<cadadr> or so forth support for Perl.
=head1 METHODS
Many. Any combination of C<a> and C<d> may be used, up to the
historically appropriate limit of 704 characters, to form a means of
( run in 1.559 second using v1.01-cache-2.11-cpan-e1769b4cff6 )