Help for this page

Select Code to Download


  1. or download this
    [0] Perl> %hash = (
                  1 => {
    ...
                    event => "I saw Fiona!"
                  },
    );;
    
  2. or download this
    pp \%hash;;
    {
      1 => { 1 => "nothing", event => "I saw shrek!", name => "Shrek" },
      6 => { 1 => "nothing", 2 => "nothing", event => "I saw Fiona!", name
    + => "Fiona" },
    }