Help for this page

Select Code to Download


  1. or download this
    $hash{$date} = {};
    
  2. or download this
    $hash{$date}->{key} = value;
    
  3. or download this
    if (exists $hash{$date}) {...}