Help for this page

Select Code to Download


  1. or download this
    use List::MoreUtils qw( pairwise );
    my @nametape 
        = pairwise{ [ $a, $b ] } qw( 24 101 25 102 23 103 );
    
  2. or download this
    use List::MoreUtils qw(natatime);
    
    ...
    while ( my @vals = $it->() ) {
      push @pairs, \@vals;
    }