The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

Plagger::Walker

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:

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.