| Net-Plazes documentation | view source | 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 | view source | Contained in the Net-Plazes distribution. |