Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    };
    
    dd $HoH;
    
  2. or download this
    {
      flintstones => { lead => "fred", pal => "barney" },
      jetsons     => { "his boy" => "elroy", "lead" => "george", "wife" =>
    + "jane" },
      simpsons    => { kid => "bart", lead => "homer", wife => "marge" },
    }