NAME
WWW::Search::BAJobs - class for searching BAJobs
SYNOPSIS
require WWW::Search::Scraper;
$search = new WWW::Search::Scraper('BAJobs');
DESCRIPTION
This class is an BAJobs specialization of WWW::Search. It handles making and interpreting BAJobs searches http://www.BAJobs.com.
This class exports no public interface; all interaction should be done through WWW::Search objects.
OPTIONS
None at this time (2001.05.06)
- search_url=URL
-
Specifies who to query with the BAJobs protocol. The default is at
http://www.BAJobs.com/cgi-bin/job-search
. - search_debug, search_parse_debug, search_ref Specified at WWW::Search.
AUTHOR
WWW::Search::BAJobs
is written and maintained by Glenn Wood, <glenwood@alumni.caltech.edu>.
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.