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

NAME

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

SYNOPSIS

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

  my $addr = Scrape::USPS::ZipLookup::Address->new();
  ...
  my $req = Scrape::USPS::ZipLookup::Request->new($addr);
  my $res = $req->submit();
  ...

DESCRIPTION

This subclass of HTTP::Request is used to form requests of The United States Postal Service (USPS) HTML form at http://www.usps.com/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.com/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-2002 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.