Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: right use of a hash table

by philcrow (Priest)
on Jul 19, 2007 at 15:24 UTC ( [id://627541]=note: print w/replies, xml ) Need Help??


in reply to right use of a hash table

When you refer to an element of a hash you say $hash_name{'key'}, but to refer to the whole hash you must say %hash_name. So change your mys:
my %M4; my %M4_compteur;
Phil
The Gantry Web Framework Book is now available.

Replies are listed 'Best First'.
Re^2: right use of a hash table
by steph_bow (Pilgrim) on Jul 19, 2007 at 15:52 UTC
    Thanks a lot for your advice. It works now !

Log In?
Username:
Password:

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

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

    No recent polls found