Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Default Hash Key

by toolic (Bishop)
on May 02, 2008 at 00:52 UTC ( [id://684065]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        my ($href, $key) = @_;
        return (exists $href->{$key}) ? $href->{$key} : 'not in the alphab
    +et';
    }
    
  2. or download this
    a is a vowel
    b is a consonant
    ~ 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://684065]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (7)
As of 2024-03-19 11:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found