Help for this page

Select Code to Download


  1. or download this
    foreach $i1 (@ a_1) {
      print $i1;
    }
    
  2. or download this
    foreach $i1 (@ a_1) {
    foreach $i2 (@ a_2) {
      print $i1,$i2;
    }
    }
    
  3. or download this
    foreach $i1 (@ a_1) {
    foreach $i2 (@ a_2) {
    ...
    }
    }
    }