Help for this page

Select Code to Download


  1. or download this
    while ( my @group = $next->() )
    
  2. or download this
    my $arrayref_of_aliases = sub { \@_ }->( $stuff, $to, $alias );
    
  3. or download this
            return sub { \@_ }->( @$list[ $start .. $stop ] );