Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 24.475.246 Times

WWW::Search::Yahoo::Classifieds::Employment 2.023

  Date Added: October 17, 2012  |  Visits: 545

WWW::Search::Yahoo::Classifieds::Employment

Report Broken Link
Printer Friendly Version


Product Homepage
Download (51 downloads)


WWW::Search::Yahoo::Classifieds::Employment is a class for searching employment classifieds on Yahoo! SYNOPSIS use WWW::Search; my $oSearch = new WWW::Search(Yahoo::Classifieds::Employment); my $sQuery = WWW::Search::escape_query("unix c++ java"); $oSearch->native_query($sQuery, {g => 14, cr => California}); while (my $res = $oSearch->next_result()) { my $true_url = $oSearch->getMoreInfo($res->url); print $res->company . "t" . $res->title . "t" . $res->change_date . "t" . $res->location . "t" . $true_url . "n"; } This class is a YC specialization of WWW::Search. It handles making and interpreting YC searches at http://careers.yahoo.com The returned WWW::SearchResult objects contain url, title, company, location and change_date fields. The returned url is the one found in the Yahoo! own database. However, it quite often appears in other databases where this url was originally taken from. To retrieve this "true" url use the function getMoreInfo as written in the above example..

Requirements: No special requirements
Release Date: October 17, 2012
Platforms: Linux
Keyword: Class Classifieds Libraries Programming Searching Url Www Wwwsearchyahooclassifiedsemployment Yahoo
Users rating: 0/10

License: Freeware Size: 25.6 KB
USER REVIEWS
More Reviews or Write Review


WWW::SEARCH::YAHOO::CLASSIFIEDS::EMPLOYMENT RELATED
Libraries  -  WWW::Search::Yahoo 2.405
WWW::Search::Yahoo is a Perl backend for searching www.yahoo.com SYNOPSIS use WWW::Search; my $oSearch = new WWW::Search(Yahoo); my $sQuery = WWW::Search::escape_query("sushi restaurant Columbus Ohio"); $oSearch->native_query($sQuery);...
27.65 KB  
Libraries  -  WWW::Search::Brassring 2.026
WWW::Search::Brassring is a class for searching http://www.Brassring.com/jobsearch SYNOPSIS use WWW::Search; my $oSearch = new WWW::Search(Brassring); my $sQuery = WWW::Search::escape_query("java"); $oSearch->native_query($sQuery, {city =>...
23.55 KB  
Libraries  -  WWW::Search::HotJobs 1.30
WWW::Search::HotJobs is a Perl class for searching HotJobs. SYNOPSIS require WWW::Search; $search = new WWW::Search(HotJobs); This class is an HotJobs specialization of WWW::Search. It handles making and interpreting HotJobs searches...
39.94 KB  
Libraries  -  WWW::Search::Nomade 1.3
WWW::Search::Nomade is a Perl class for searching Nomade. SYNOPSIS use WWW::Search; my $oSearch = new WWW::Search(Nomade); $oSearch->maximum_to_retrieve(100); #$oSearch ->{_debug}=1; # Create request...
4.1 KB  
Libraries  -  WWW::Search::AltaVista::Careers 2.145
WWW::Search::AltaVista::Careers is a class for searching www.altavistacareers.com. SYNOPSIS use WWW::Search; my $oSearch = new WWW::Search(AltaVista::Careers); my $sQuery = WWW::Search::escape_query("java c++)");...
27.65 KB  
Libraries  -  WWW::Search::GoTo 1.07
WWW::Search::GoTo is Perl class for searching GoTo.com. SYNOPSIS require WWW::Search; $search = new WWW::Search(GoTo); This class is an GoTo specialization of WWW::Search. It handles making and interpreting GoTo searches www-GoTo.com....
4.1 KB  
Libraries  -  WWW::PDAScraper 0.1
WWW::PDAScraper is a Perl class for scraping PDA-friendly content from websites. Synopsis use WWW::PDAScraper; my $scraper = WWW::PDAScraper->new qw ( NewScientist Yahoo::Entertainment ); $scraper->scrape(); or use WWW::PDAScraper; my...
70.66 KB  
Libraries  -  WWW::Search::Scraper::Dice 2.27
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...
133.12 KB  
Libraries  -  WWW::Search::Scraper::Monster 2.27
WWW::Search::Scraper::Monster is a Perl module used to scrape Monster.com. SYNOPSIS use WWW::Search; my $oSearch = new WWW::Search(Monster); my $sQuery = WWW::Search::escape_query("unix and (c++ or java)"); $oSearch->native_query($sQuery,...
133.12 KB  
Libraries  -  WWW::Scraper::Monster 0.01
WWW::Scraper::Monster is a Perl module that scrapes Monster.com. SYNOPSIS use WWW::Search; my $oSearch = new WWW::Search(Monster); my $sQuery = WWW::Search::escape_query("unix and (c++ or java)"); $oSearch->native_query($sQuery, {st => CA,...
38.91 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  RailsTidy 0.1
RailsTidy project is a plugin for Ruby On Rails..
11.26 KB  
Programming  -  Strings edit 1.9
Strings edit is a library that provides I/O facilities for integer, floating-point, Roman numbers, and strings. Both input and output subroutines support string pointers for consequent stream processing. The output can be aligned in a fixed size...
54.27 KB  
Programming  -  BScript 0.3
BScript is a (yet another) BASIC interpreter. It is free software and open-sourced, licensed under the terms of the GNU General Public License version 2 or later. You can use BScript to teach BASIC to your students, write understandable shell...
112.64 KB  
Programming  -  Kits JavaScript Brainf*ck Interpreter 0.01
Kits JavaScript Brainf*ck Interpreter is a rather fast interpreter for the Brainf*ck esoteric programming language.. Kit's JavaScript Brainfuck Interpreter v0.01
5.12 KB  
Programming  -  dis6502 0.12
dis6502 is a flow-tracing disassembler for the 6502, originally written by Robert Bond and supporting Atari binary files. Robert posted dis6502 to the Usenet newsgroup net.sources on 9-Oct-1986, and to comp.sources.unix 7-Jun-1988. Udi...
19.46 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB  
Libraries  -  App::SimpleScan::Substitution::Line 2.02
App::SimpleScan::Substitution::Line is a line with optional fixed variable values. SYNOPSIS my $line = App::SimpleScan::Substitution::Line->new(" this "); # Use only this value when substituting " ". $line->fix(substituite =>...
54.27 KB  
Libraries  -  PDL::Graphics::TriD 2.4.3
PDL::Graphics::TriD is a PDL 3D interface. SYNOPSIS use PDL::Graphics::TriD; # After each graph, let the user rotate is and # wait for him to press q, then make new graph line3d($coords); # $coords = (3,n,...) line3d($coords,$colors); #...
2.1 MB  
Libraries  -  SmartColorWell 1.2
SmartColorWell is a cross-platform open-source ColorWell class for REALbasic 4 or greater. The SmartColorWell control stores a color value and displays that color in a simulated BevelButton that when pressed allows the user to change the color...
21.5 KB  
Home  | About Us  | Privacy  | Disclaimer  | Link to Us  | Contact Us  | Top Searches  | Submit Software
File Transit © 1998-2012