Help for this page

Select Code to Download


  1. or download this
    %HoA = (
        flintstones    => [ "fred", "barney" ],
        jetsons        => [ "george", "fred", "elroy" ],
        simpsons       => [ "fred", "marge", "bart" ],
    );
    
  2. or download this
    HoA{flintstones}{0} = fred
    HoA{jetsons}{1} = fred
    HoA{simpsons}{0} = fred