Help for this page

Select Code to Download


  1. or download this
    {
       package Hash::WithDefault;
    ...
    
       print("$_: $hash{$_}\n") for qw( a b ~ );
    }
    
  2. or download this
    a: a vowel
    b: a consonant
    ~: not in the alphabet