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

Re^3: hash question

by andal (Hermit)
on May 27, 2016 at 07:44 UTC ( [id://1164279]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $hash = shift;
    
  2. or download this
    $hash = {a => "alpha"};
    
  3. or download this
    %{ $hash } = ( a => 'alpha', b => 'beta' );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-20 02:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found