Help for this page

Select Code to Download


  1. or download this
    my %hash = ('key 1' => 'value1');
    
  2. or download this
    $hash = array(
       title   => 'Hello World',
       'class' => 'this key has to be explicitly quoted',
    );