Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Using Hashes

by Anonymous Monk
on Jun 19, 2003 at 23:45 UTC ( [id://267392]=note: print w/replies, xml ) Need Help??


in reply to Using Hashes

your problem may be two things: first, if both $cals_info{$cals_type}{low_count_no} and $cals_info{$cals_type}{high_count_no} are supposed to be from the columns of just numbers, then one of the two is being misassigned to the last column. second, if one of the two is *supposed* to be the last column, then you're using the incorrect operator. "eq" is the string comparison op. "==" is the numerical comparison op.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-19 12:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found