Help for this page

Select Code to Download


  1. or download this
     my $num = 1;
     print map { $num++, " $_" } @myArray;
    
  2. or download this
    foreach my $i (0..$#chunk) {
     print TO_WRITE $chunk[$i] unless $i == $number;
    }