Help for this page

Select Code to Download


  1. or download this
    use Algorithm::Loops qw( NestedLoops );
    
    ...
    foreach my $val (@indices) {
       print($val\n")
    ]
    
  2. or download this
    use Algorithm::Loops qw( NestedLoops );
    
    ...
    
       print("$val\n");
    }