Address-PostCode-India
view release on metacpan or search on metacpan
lib/Address/PostCode/India.pm view on Meta::CPAN
use Moo;
use namespace::autoclean;
extends 'Address::PostCode::UserAgent';
our $BASE_URL = 'http://getpincodes.info/api.php';
=head1 DESCRIPTION
The API service is provided by L<website|http://getpincodes.info/apidetail.php>.
A Postal Index Number or PIN or Pincode is the post office numbering or post code
system used by India Post, the Indian postal administration. The code is 6 digits
long. The PIN was introduced on 15 August 1972.
There are nine PIN zones in India,including eight regional zones & one functional
zone (Indian Army). The first digit of the PIN code indicates the region. The
second digit indicates the sub-region, and the third digit indicates the sorting
district within the region.The final three digits are assigned to individual post
offices.
+-------------------------+-------------------------------------------------+
| First 2/3 Digits of PIN | Postal Circle |
+-------------------------+-------------------------------------------------+
| 11 | Delhi |
| 12 and 13 | Haryana |
| 14 to 15 | Punjab |
| 16 | Chandigarh |
| 17 | Himachal Pradesh |
lib/Address/PostCode/India.pm view on Meta::CPAN
=head1 AUTHOR
Mohammad S Anwar, C<< <mohammad.anwar at yahoo.com> >>
=head1 REPOSITORY
L<https://github.com/Manwar/Address-PostCode-India>
=head1 BUGS
Please report any bugs or feature requests to C<bug-address-postcode-india at rt.cpan.org>,
or through the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Address-PostCode-India>.
I will be notified, and then you'll automatically be notified of progress on your
bug as I make changes.
=head1 SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Address::PostCode::India
lib/Address/PostCode/India/Place.pm view on Meta::CPAN
=head1 AUTHOR
Mohammad S Anwar, C<< <mohammad.anwar at yahoo.com> >>
=head1 REPOSITORY
L<https://github.com/Manwar/Address-PostCode-India>
=head1 BUGS
Please report any bugs or feature requests to C<bug-address-postcode-india at rt.cpan.org>,
or through the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Address-PostCode-India>.
I will be notified, and then you'll automatically be notified of progress on your
bug as I make changes.
=head1 SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Address::PostCode::India::Place
( run in 0.652 second using v1.01-cache-2.11-cpan-5735350b133 )