Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Odd hash problem

by imp (Priest)
on Feb 23, 2007 at 15:16 UTC ( [id://601745]=note: print w/replies, xml ) Need Help??


in reply to Odd hash problem

You will save yourself a lot of pain (and most of your hair) by always using strict and warnings, especially when using mixed case variable names.

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";

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://601745]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-04-24 15:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found