HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/doc/libgeo-metar-perl/examples/simple_dump.pl
#!/usr/bin/perl

# $Id: simple_dump.pl,v 1.1 2007/11/13 21:19:27 koos Exp $

# Example script for METAR.pm.

use Geo::METAR;

my $m = new Geo::METAR;
$m->metar("KFDY 251450Z 21012G21KT 8SM OVC065 04/M01 A3010 RMK 57014");
$m->dump;
exit;