Help for this page

Select Code to Download


  1. or download this
    my %hoh = (
        a => {
    ...
            --- some elements like above---
        },
    );
    
  2. or download this
    return $hoh{'a'};
    
  3. or download this
    a1 => {
        a11 => 1,
        a12 => 1,
    }