Help for this page

Select Code to Download


  1. or download this
    print $columns[$n]-8 ,"\n";
    
  2. or download this
    #for testing:
    $columns[1] = $n++;
    ...
    
    # Print the whole array with new numbering
    print "@columns\n"
    
  3. or download this
    #for testing
    print $n++,"\n";