WWW::Search::Brassring

WWW::Search::Brassring is a class for searching http://www.Brassring.com/jobsearch
Download

WWW::Search::Brassring Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Wayne Rogers
  • Publisher web site:
  • http://search.cpan.org/~mthurn/WWW-Search-Jobs-2.026/lib/WWW/Search/Brassring.pm

WWW::Search::Brassring Tags


WWW::Search::Brassring Description

WWW::Search::Brassring is a class for searching http://www.Brassring.com/jobsearch WWW::Search::Brassring is a class for searching http://www.Brassring.com/jobsearchSYNOPSIS use WWW::Search; my $oSearch = new WWW::Search('Brassring'); my $sQuery = WWW::Search::escape_query("java"); $oSearch->native_query($sQuery, {'city' => 'San Diego', 'st' => 'CA', 'prox' => '10', # proximity to 'city', 10, 25, 50 miles 'pp' => 10}); # hits per page, 10, 25, 50while (my $res = $oSearch->next_result()) { print "$res->{url} $res->{title} $res->{change_date} $res->{description}n"; }This class is a Brassring specialization of WWW::Search. It handles making and interpreting Brassring searches at http://www.brassring.com/jobsearch.By default, returned WWW::SearchResult objects contain only url, title and description which is a mixture of location and skills wanted.OPTIONSQuery on Keywords, Title or Company{'q' => 'programmer'}The following search options can be activated by sending a hash as the second argument to native_query().Restrict search by country{'ctry' => 'United States'}Sort jobs foundSort by relevance: {'like' => 'likep'}Sort by posting date: {'like' => 'like'}Restrict jobs found by state (US){'st' => $st} - Only jobs in st $st. Requirements: · Perl


WWW::Search::Brassring Related Software