Help for this page

Select Code to Download


  1. or download this
    $weather_archive{'2003'}{'April'}{'15'}{'High'} = '73f';
    $weather_archive{'2003'}{'April'}{'15'}{'Low'} = '49f';
    
  2. or download this
    foreach $year ( sort keys %weather_archive ) {
      print "$year\n";
    ...
        }
      }
    }
    
  3. or download this
    $weather_archive{$year}{$month}{$day}{$var} = $value;