in reply to Odd hash problem
It wouldn't have caught this issue, but it will likely catch many others for you.
Also, you are trying to use '$1' instead of '$!' for the error variable here:
open (ZIPCODE, "<../Files/ZipCodes.txt") or die "Cannot open ZipCode: +$1\n";
|
---|