WWW::Scraper::Dice

WWW::Scraper::Dice Perl module contains Scrapes Dice : (skills,locations) => (title, location ,residue).
Download

WWW::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::Scraper::Dice Tags


WWW::Scraper::Dice Description

WWW::Scraper::Dice Perl module contains Scrapes Dice : (skills,locations) => (title, location ,residue). WWW::Scraper::Dice Perl module contains Scrapes Dice : (skills,locations) => (title, location ,residue).SYNOPSIS use WWW::Search; my $oSearch = new WWW::Scraper('Dice'); my $sQuery = WWW::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"; } }Requirements:· Perl Requirements: · Perl


WWW::Scraper::Dice Related Software