Help for this page

Select Code to Download


  1. or download this
    $hash{name} = { date => "09-22-00", city=>"Chicago",};
    
  2. or download this
    function (\%hash);
    function (\%hash1);
    ...
      $hashreference{$key} ={moredata=>"datadatadata"};
    }
    }