Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: hash problems

by toolic (Bishop)
on Sep 20, 2010 at 16:42 UTC ( [id://860878]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       print(qq($passwords{"Matt"} is my password.));
    
  2. or download this
    %passwords = ("Matt", "s1k1d52", "scuzzy", "2ab928", "Marky", "s8291s"
    +,
    "Jeb", "jeb23");
    
  3. or download this
    use Data::Dumper;
    print Dumper(\%passwords);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (1)
As of 2024-04-25 07:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found