Help for this page

Select Code to Download


  1. or download this
    use List::MoreUtils qw( natatime );
    
    my $iter = natatime $l, @a;
    while (my @row = $iter->()) { push @b, \@row; }