| Geo-Hashing documentation | view source | Contained in the Geo-Hashing distribution. |
Geo::Hashing::Source::Peeron - Retrieve DJIA opening values from irc.peeron.com
use Geo::Hashing; my $g = new Geo::Hashing(source => 'peeron'); printf "Today's offset is at %.6f, %.6f.\n", $g->lat, $g->lon;
See documentation of Geo::Hashing.
Dan Boger, <zigdon@gmail.com>
Copyright (C) 2008 by Dan Boger
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.
| Geo-Hashing documentation | view source | Contained in the Geo-Hashing distribution. |