Help for this page

Select Code to Download


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