Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    WWW::Search::Dice 2.028

    Download button

    No screenshots available
    Downloads: 341  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Alexander Tkatchev | More programs
    Perl Artistic License / FREE
    December 30th, 2010, 09:32 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    WWW::Search::Dice description

    A class for searching Dice

    WWW::Search::Dice is a class for searching Dice.

    SYNOPSIS

    use WWW::Search;
    my $oSearch = new WWW::Search('Dice');
    my $sQuery = WWW::Search::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) =
    $oSearch->getMoreInfo($res->url);
    print "$company $title $date $location " . $res->url . "n";
    }
    }

    sub isHitGood {return 1;}


    This class is a Dice specialization of WWW::Search. It handles making and interpreting Dice searches at http://www.dice.com.

    By default, returned WWW::SearchResult objects contain only url, title and description which is a mixture of location and skills wanted. Function getMoreInfo( $url ) provides more specific info - it has to be used as

    my ($company,$title,$date,$location) =
    $oSearch->getMoreInfo($res->url);



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    Dice search | Perl class | Perl module | WWW::Search::Dice | Dice | search

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM