NAME
Geography::JapanesePrefectures::Walker - Geography::JapanesePrefectures's wrappers.
SYNOPSIS
in your script:
use Geography::JapanesePrefectures::Walker;
my $g = Geography::JapanesePrefectures::Walker->new('euc-jp');
my $prefs = $g->prefectures;
METHODS
new
create Geography::JapanesePrefectures::Walker's object.
_encode_prefectures_infos
privete method. this method encode all data.
prefectures_infos
This method get Geography::JapanesePrefectures's all data.
prefectures
This method get Geography::JapanesePrefectures's all data.
prefectures_name_for_id
This method get Geography::JapanesePrefectures's name data for id.
prefectures_name
This method get Geography::JapanesePrefectures's name data.
prefectures_regions
This method get Geography::JapanesePrefectures's region data.
prefectures_name_for_region
This method get Geography::JapanesePrefectures's name data for region.
prefectures_id_for_name
This method get Geography::JapanesePrefectures's id data for name.
SEE ALSO
Geography::JapanesePrefectures
THANKS TO
The authors of Plagger::Walker, from which a lot of code was used.
id:tokuhirom
AUTHOR
Atsushi Kobayashi, <nekokak at gmail.com>
BUGS
Please report any bugs or feature requests to bug-geography-japaneseprefectures-walker at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Geography-JapanesePrefectures-Walker. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Geography::JapanesePrefectures::Walker
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
http://annocpan.org/dist/Geography-JapanesePrefectures-Walker
CPAN Ratings
http://cpanratings.perl.org/d/Geography-JapanesePrefectures-Walker
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Geography-JapanesePrefectures-Walker
Search CPAN
http://search.cpan.org/dist/Geography-JapanesePrefectures-Walker
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2006 Atsushi Kobayashi, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.