NAME
list_id_provinces - List Indonesian localities (cities/regencies)
VERSION
version 0.02
SYNOPSIS
# List all Indonesian cities (not regencies)
$ list-id-localities --type 1 --detail
# List all Indonesian regencies (not cities)
$ list-id-localities --type 2 --detail
# Show available options
$ list-id-localities --help
DESCRIPTION
This is a command-line interface for the <list_id_localities> function in Locale::ID::Locality.
AUTHOR
Steven Haryanto <stevenharyanto@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Steven Haryanto.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.