Query: www::search::altavista::careers
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
WWW::Search::AltaVista::Careers(3pm) User Contributed Perl Documentation WWW::Search::AltaVista::Careers(3pm)NAMEWWW::Search::AltaVista::Careers - class for searching www.altavistacareers.comSYNOPSISuse WWW::Search; my $oSearch = new WWW::Search('AltaVista::Careers'); my $sQuery = WWW::Search::escape_query("java c++)"); $oSearch->native_query($sQuery, {'state' => 'CA'}); while (my $res = $oSearch->next_result()) { print $res->title . " " . $res->change_date . " " . $res->location . " " . $res->url . " "; }DESCRIPTIONThis class is a AltaVistaCareers specialization of WWW::Search. It handles making and interpreting AltaVistaCareers searches http://careers.altavista.com. The returned WWW::SearchResult objects contain url, title, location and change_date fields.OPTIONSThe following search options can be activated by sending a hash as the second argument to native_query(). The only available options are to select a specific location. The default is to search all locations. To change it use {'state' => $state} - Only jobs in state $state. {'city' => $city} - Only job in a specific $cityAUTHOR"WWW::Search::AltaVistaCareers" is written and maintained by Alexander Tkatchev (Alexander.Tkatchev@cern.ch).LEGALESETHIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. native_setup_search This private method does the heavy lifting after native_query() is called. native_retrieve_some This private method does the heavy lifting of communicating with the server. perl v5.12.4 2011-11-02 WWW::Search::AltaVista::Careers(3pm)
Similar Topics in the Unix Linux Community |
---|
Search 3 words |
Word Search |
Search and assign using sed |
Multiple while statements? |
divide the file into multiple files based on the city name |