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