Help for this page

Select Code to Download


  1. or download this
    my %hash= (0, 'ticket', 1 => 'dateadded');
    
  2. or download this
    $names{$_}{key}= 'value';
    #or to initialize with an array:
    %{$names{$_}} = ('key1' => 'value1','key2' => 'value2');