Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: hash slice

by Mugatu (Monk)
on Mar 10, 2005 at 19:28 UTC ( #438397=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # given a hash:
    my %hash = (one => 1, two => 2);
    ...
    
    # is equivalent to:
    print $hash{"one"}, $hash{"two"};
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2023-05-30 01:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?