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

NAME

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

SYNOPSIS

    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.
    }

DESCRIPTION

Brainpower extends WWW::Scraper.

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

OPTIONS

title

ALL => Any Designation
AP => Application Programmer
BA => Business Analyst
CS => Communications Programmer
DBA => DataBase Administrator
DSP => DataBase Programmer
GCD => Graphic Designer
HAD => Hardware/ASIC Programmer
JD => Java Developer
LAN => LAN/Network Administrator
PML => Project Manager/leader
QAT => Quality Assurance/Tester
SPS => Systems Programmer
SYA => Systems Administrator
TR => Technical Recruiter
TW => Technical Writer
WEB => Web Developer

skills

This is the query string. You do not explicitly set this; it's set by Scraper.

searchType

A RADIO button.

0 - All of the words
1 - Any of the words

rate

Hourly rate, limit 3 digits. Optional.

state (MULTIPLE - maximum 5 states)

80 => All US States
1 => Alabama
2 => Alaska
3 => Arizona
4 => Arkansas
5 => California(North)
6 => California(South)
7 => Colorado
8 => Connecticut
9 => Delaware
10 => District of Columbia
11 => Florida
12 => Georgia
13 => Hawaii
14 => Idaho
15 => Illinois
16 => Indiana
17 => Iowa
18 => Kansas
19 => Kentucky
20 => Louisiana
21 => Maine
22 => Maryland
23 => Massachusetts
24 => Michigan
25 => Minnesota
26 => Mississippi
27 => Missouri
28 => Montana
29 => Nebraska
30 => Nevada
31 => New Hampshire
32 => New Jersey
33 => New Mexico
34 => New York
35 => North Carolina
36 => North Dakota
37 => Ohio
38 => Oklahoma
39 => Oregon
40 => Pennsylvania
41 => Rhode Island
42 => South Carolina
43 => South Dakota
44 => Tennessee
45 => Texas
46 => Utah
47 => Vermont
48 => Virginia
49 => Washington
50 => West Virginia
51 => Wisconsin
52 => Wyoming

AUTHOR

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

1 POD Error

The following errors were encountered while parsing the POD:

Around line 312:

You forgot a '=back' before '=head2'