Help for this page

Select Code to Download


  1. or download this
    my %data;
    my $header = <>;  # first line
    ...
    foreach my $key (sort keys %data) {
        print $data{$key};
    }
    
  2. or download this
    perl thescript.pl file2.txt >file1.txt