- or download this
- <AnnualWeatherRecord>
- <DailyWeatherRecord>
...
<totalrainfall unit="mm" number="0.5" />
</MonthlyWeatherRecord>
</AnnualWeatherRecord>
- or download this
sub MonthlyMaxTempSpellMessage{
...
for my $aref ( @data ) {
print "\t [ @$aref ],\n";
}
- or download this
my $monthmts=1;
MonthlyMaxTempSpellMessage($monthmts);