Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
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 sharing their wisdom with the Monastery: (5)
As of 2024-04-23 09:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found