Help for this page

Select Code to Download


  1. or download this
    my %h = (foo => 100,
         bar => 333,
         san => @a);
    
  2. or download this
    my %h = ('foo', 100, 'bar', 333, 'san', '8', 'foo', '666');