Help for this page

Select Code to Download


  1. or download this
    my $it = natatime 3, 1,2,3,4;
    while (my $i, $j = $it->()) {
        ...
    };
    
  2. or download this
    pairwise { print $a; print $b; } @a, @b