Array-Slice
view release on metacpan or search on metacpan
use Want qw(howmany);
our $VERSION = '0.03';
use base qw(DynaLoader Exporter);
our @EXPORT_OK = qw(reset slice);
our %EXPORT_TAGS = ( all => \@EXPORT_OK);
bootstrap Array::Slice $VERSION;
sub slice(\@;$) { array_slice( $_[0], $#_ ? $_[1] : howmany) }
1;
=pod
=head1 NAME
Array::Slice - context-dependent array iterator
=head1 SYNOPSIS
( run in 0.898 second using v1.01-cache-2.11-cpan-65fba6d93b7 )