Help for this page

Select Code to Download


  1. or download this
    use Algorithm::Loops 'NestedLoops';
    
    ...
    while (my ($line, $x) = &$iter) {
        print "$x: $line\n";
    }
    
  2. or download this
    use Algorithm::Loops 'NestedLoops';
    
    ...
    }
    
    print "@arr\n";