Help for this page

Select Code to Download


  1. or download this
    {
       package Meteoalarm;
    ...
          return \%by_country;
       }
    }
    
  2. or download this
    {
       package Meteoalarm;
    ...
       sub name     { shift->{name    } }
       sub warnings { shift->{warnings} }
    }