
WWW::Scraper::Brainpower - Scrapes Brainpower.com

use WWW::Scraper;
use WWW::Scraper::Response::Job;
$search = new WWW::Scraper('Brainpower');
$search->setup_query($query, {options});
while ( my $response = $scraper->next_response() ) {
# $response is a WWW::Scraper::Response::Job.
}

Brainpower extends WWW::Scraper.
It handles making and interpreting Brainpower searches of http://www.Brainpower.com.

This is the query string. You do not explicitly set this; it's set by Scraper.
A RADIO button.
Hourly rate, limit 3 digits. Optional.

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

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.