Help for this page

Select Code to Download


  1. or download this
    for (1 ... #$array) {
      print $_;
     }
    
  2. or download this
    for ( 1 ... $#array) {
      for (1 ... $#other_array) {
    ...
        print $_2;     # ie the second assumed scalar?
      }
     }