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

NAME

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

SYNOPSIS

    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

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

WWW::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.