WWW::Search::Scraper::Dice

WWW::Search::Scraper::Dice is a Perl module that scrapes Dice : (skills,locations) => (title, location ,residue)
Download

WWW::Search::Scraper::Dice Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Glenn Wood
  • Publisher web site:
  • http://search.cpan.org/~glennwood/

WWW::Search::Scraper::Dice Tags


WWW::Search::Scraper::Dice Description

WWW::Search::Scraper::Dice is a Perl module that scrapes Dice : (skills,locations) => (title, location ,residue) WWW::Search::Scraper::Dice is a Perl module that scrapes Dice : (skills,locations) => (title, location ,residue)SYNOPSIS use WWW::Search; my $oSearch = new WWW::Search::Scraper('Dice'); my $sQuery = WWW::Search::Scraper::escape_query("unix and (c++ or java)"); $oSearch->native_query($sQuery, {'method' => 'bool', 'state' => 'CA', 'daysback' => 14}); while (my $res = $oSearch->next_result()) { if(isHitGood($res->url)) { my ($company,$title,$date,$location) = ($res->company, $res->title, $res->date, $res->location); print "$company $title $date $location " . $res->url . "n"; } }This class is a Dice extension of WWW::Search::Scraper. It handles making and interpreting Dice searches at http://www.dice.com.Requirements:· Perl Requirements: · Perl


WWW::Search::Scraper::Dice Related Software