Help for this page

Select Code to Download


  1. or download this
    @arr = (1 .. 20);
    foreach $i ( 0 .. $#arr ) {
    ...
            print "$i\n";
        }
    }
    
  2. or download this
    @arr = (1 .. 20);
    foreach $i ( 0 .. $#arr ) {
    ...
            print "$i\n";
        }
    }
    
  3. or download this
    @arr = (1 .. 20);
    foreach $i ( 0 .. $#arr ) {
    ...
            print "$i\n";
        }
    }