Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Default Hash Key

by oko1 (Deacon)
on May 02, 2008 at 02:28 UTC ( [id://684076]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %description = (
       a => 'a vowel',
    ...
    for my $choice (qw/a b c/){
       print "$choice is ", $description{$choice} || "not in the alphabet.
    +", "\n";
    }
    
  2. or download this
    a is a vowel
    b is a consonant
    c is not in the alphabet.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2025-01-18 10:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which URL do you most often use to access this site?












    Results (56 votes). Check out past polls.