Glenn Wood > Scraper > WWW::Scraper::Request::WSDL

Download:
Scraper-3.05.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View/Report Bugs
Module Version: 1.03   Source  

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.

syntax highlighting: