Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: right use of a hash table

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


in reply to right use of a hash table

change
 my $M4;
to
 my %M4;
Individual hash elements are accessed/set like so  $M4{foo} = 'bar'; but Hashes are declared like  my %M4 = (foo => 'bar', me => 'you' );


This is not a Signature...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-03-29 07:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found