Help for this page

Select Code to Download


  1. or download this
    open ($handle, 'surnames.html');
    while (<$handle>) {
    ...
    }
    close ($handle);
    print '"' . join ("\",\n\"", sort keys %hash) . '"';