Help for this page

Select Code to Download


  1. or download this
    Name1
    Name2
    ...
    Name3
    Name4
    Name4
    
  2. or download this
    Name1
    Name2
    Name3
    Name4
    
  3. or download this
    while ($line = <FILENAME>) {
    chomp $line;
    ...
    foreach $k (keys %uniquelines) {
    print NEWFILE "$k\n";
    }