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


Scraper documentation  | view source Contained in the Scraper distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

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

DESCRIPTION

Top

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::Scraper::Request module for a description of how this interfaces with Scraper modules.

AUTHOR

Top

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

COPYRIGHT

Top


Scraper documentation  | view source Contained in the Scraper distribution.