Help for this page

Select Code to Download


  1. or download this
    %hash = ( foo => 'bar', # note 'foo' not needed
              bar => 'baz',
              baz => 'foo',
              items => 3 );
    print $hash{items};     # note 'items' not needed