
WWW::Scraper::Request::ZIPplus4 - Canonical form for Scraper::ZIPplus4 requests

use WWW::Scraper::Request::ZIPplus4;
$rqst = new WWW::Scraper::Request::ZIPplus4;
$rqst->DeliveryAddress('1600 Pennsylvania Ave');
$rqst->City('Washington');
$rqst->State('DC');

This module provides a canonical taxonomy for specifying requests to search engines (via Scraper modules). Request::ZIPplus4 is targeted toward zip+4 validations.
See the WWW::Scraper::Request module for a description of how this interfaces with Scraper modules.

This tool is an excellent compliment to Scraper to almost instantly discover form and CGI parameters for configuring new Scraper modules. It instantly revealed what I was doing wrong in the new ZIPplus4 format one day (after hours of my own clumsy attempts). See FormSniffer at http://www.wap2web.de/formsniffer2.aspx (Win32 only).

WWW::Scraper::Request is written and maintained by Glenn Wood, http://search.cpan.org/search?mode=author&query=GLENNWOOD.

Copyright (c) 2001 Glenn Wood All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.