Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Hash will not print if a value begins with 2 under certain conditions

by frozenwithjoy (Priest)
on Jul 27, 2014 at 04:44 UTC ( #1095198=note: print w/replies, xml ) Need Help??


in reply to Hash will not print if a value begins with 2 under certain conditions

It may not be related to your problem, but do you really mean for your if conditionals to be the following?

if($row[1] == 2 && $row[2] <= 50000 && $row[2] <= 51113178) {...}
if($row[1] == 22 && $row[2] <= 16300001 && $row[2] <= 20500000) {...}

Did you mean for the second comparison in each to actually be $row[2] >= ####?

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2023-03-28 05:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (66 votes). Check out past polls.

    Notices?