Help for this page

Select Code to Download


  1. or download this
    my %test;
    $test{a}[2]{b} = 'Hello';
    ...
    #   ( a => [ undef,
    #            undef,
    #            { b => "Hello" } ] )
    
  2. or download this
    if (!$hoh{$c1}{count}) { $hoh{$c1}{count} = 5; }   # verbose form
    
  3. or download this
    $hoh{$c1}{count} ||= 5;   # shortcut