NAME

WWW::Search::Scraper::Request::WSDL - Canonical form for Scraper::WSDL requests

SYNOPSIS

use WWW::Search::Scraper::Request::WSDL;

$rqst = new WWW::Search::Scraper::Request::WSDL;
$rqst->skills(['Perl', '!Java']);
$rqst->locations('CA-San Jose');
$rqst->payrate('100000/A');

DESCRIPTION

This module provides a canonical taxonomy for specifying requests to search engines (via Scraper modules). Request::WSDL is targeted toward job searches.

See the WWW::Search::Scraper::Request module for a description of how this interfaces with Scraper modules.

AUTHOR

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

COPYRIGHT

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.