DESCR 437 B

123456789
  1. METAR reports are available on-line, thanks to the National Weather
  2. Service. Since reading the METAR format isn't easy for non-pilots,
  3. these reports are relatively useles to the common man who just wants a
  4. quick glace at the weather. This module tries to parse the METAR
  5. reports so the data can be used to create readable weather reports
  6. and/or process the data in applications.
  7. Note: fetch_temp.pl example script requires p5-libwww.