Help for this page

Select Code to Download


  1. or download this
    file1:
    1
    ...
    55  1
    65  2
    76  3
    
  2. or download this
    
    open (file, "<file1");
    ...
    foreach $file1 (@array) {
    
    ###lost here