in reply to A Problem With Hashes and Keys
I'm really not sure if you asked a question or not. =) I noticed that you don't appear to be using your $add_file at all in the code, too.
Anyway, a technique that seems to be more sane to me is one where you:
Update: I saw that file format for the "master" file. I would populate it like so, if you do something like I said above:
I am assuming that there won't be any duplicate lines in your file, also.my ($state, $zip) = split; $master{$zip} = $state;
|
---|