Help for this page

Select Code to Download


  1. or download this
    while (<infile>) {
    
    ...
        print join "\t", @matches;
      }
    }
    
  2. or download this
    
    while (<infile>) {
    ...
      }
    
    }