Gregor N. Purdy > Scrape-USPS-ZipLookup-2.2 > Scrape::USPS::ZipLookup::Address

Download:
Scrape-USPS-ZipLookup-2.2.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: Scrape-USPS-ZipLookup-2.5

NAME ^

Scrape::USPS::ZipLookup::Address - Address Class for USPS ZIP Code Lookups

SYNOPSIS ^

  use Scrape::USPS::ZipLookup::Address;

DESCRIPTION ^

TODO

TERMS OF USE ^

BE SURE TO READ AND FOLLOW THE UNITED STATES POSTAL SERVICE TERMS OF USE PAGE AT http://www.usps.gov/disclaimer.html. IN PARTICULAR, NOTE THAT THEY DO NOT PERMIT THE USE OF THEIR WEB SITE'S FUNCTIONALITY FOR COMMERCIAL PURPOSES. DO NOT USE THIS CODE IN A WAY THAT VIOLATES THE TERMS OF USE.

The author believes that the example usage given above does not violate these terms, but sole responsibility for conforming to the terms of use belongs to the user of this code, not the author.

AUTHOR ^

Gregor N. Purdy, gregor@focusresearch.com.

COPYRIGHT ^

Copyright (C) 1999-2003 Gregor N. Purdy. All rights reserved.

This program is free software. It is subject to the same license as Perl.

NAME ^

Scrape::USPS::ZipLookup::Response - Standardize U.S. postal addresses.

SYNOPSIS ^

  use Scrape::USPS::ZipLookup::Response;

  my $res = $user_agent->...;
  bless $res, 'Scrape::USPS::ZipLookup::Response';

DESCRIPTION ^

Used to parse an HTML response to a request made via The United States Postal Service (USPS) HTML form at http://www.usps.gov/ncsc/lookups/lookup_zip+4.html for standardizing an address.

TERMS OF USE ^

BE SURE TO READ AND FOLLOW THE UNITED STATES POSTAL SERVICE TERMS OF USE PAGE AT http://www.usps.gov/disclaimer.html. IN PARTICULAR, NOTE THAT THEY DO NOT PERMIT THE USE OF THEIR WEB SITE'S FUNCTIONALITY FOR COMMERCIAL PURPOSES. DO NOT USE THIS CODE IN A WAY THAT VIOLATES THE TERMS OF USE.

The author believes that the example usage given above does not violate these terms, but sole responsibility for conforming to the terms of use belongs to the user of this code, not the author.

AUTHOR ^

Gregor N. Purdy, gregor@focusresearch.com.

COPYRIGHT ^

Copyright (C) 1999-2001 Gregor N. Purdy. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.