Хранилища Subversion geo-modmetar

Сравнить редакции

Не учитывать пробелы Редакция 3 → Редакция 4

/trunk/examples/fetch_temp.pl
1,12 → 1,10
#!/usr/bin/perl -w
 
# $Id: fetch_temp.pl,v 1.1 2007/11/13 21:19:27 koos Exp $
 
# Brief Description
# =================
#
# fetch_temp.pl is a program that demonstrates how to get the current
# temperature from a nearby (or not) airport using Geo::METAR and the
# temperature from a nearby (or not) airport using Geo::ModMETAR and the
# LWP modules.
#
# Given an airport site code on the command line, fetch_temp.pl
/trunk/examples/simple_dump.pl
1,9 → 1,7
#!/usr/bin/perl
 
# $Id: simple_dump.pl,v 1.1 2007/11/13 21:19:27 koos Exp $
# Example script for ModMETAR.pm.
 
# Example script for METAR.pm.
 
use Geo::ModMETAR;
 
my $m = new Geo::ModMETAR;