| Net-Plazes documentation | Contained in the Net-Plazes distribution. |
Net::Plazes - Documentation for Perl interface to geo-services from http://plazes.net/
$Revision$
my $oUser = Net::Plazes::User->new({id => 266});
print $oUser->name();
print map { $_->plaze->name() } @{$oUser->activities()}
$Author: Roger Pettett$
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.10 or, at your option, any later version of Perl 5 you may have available.
| Net-Plazes documentation | Contained in the Net-Plazes distribution. |
######### # Author: rmp # Maintainer: $Author: rmp $ # Created: 2008-08-13 # Last Modified: $Date$ # Id: $Id$ # $HeadURL$ # package Net::Plazes; use strict; use warnings; our $VERSION = '0.03'; 1; __END__