Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Number notation

by srawls (Friar)
on Jun 20, 2001 at 22:15 UTC ( [id://90118]=note: print w/replies, xml ) Need Help??


in reply to Number notation

because 2 == 02 is in numeric context. $array{$var2} is in string context. Just add int to the code like such:
print $array{int($var2)}

The 15 year old, freshman programmer,
Stephen Rawls

Replies are listed 'Best First'.
Re: Re: Number notation
by Michalis (Pilgrim) on Jun 21, 2001 at 00:41 UTC
    Thanks, the usage of int() is a solution, and probably the one I'll follow (although, the hash is so small that i'ld be probably better to just add the extra keys :-)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-03-29 00:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found