Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
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 ( [id://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?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-03-29 11:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found