home *** CD-ROM | disk | FTP | other *** search
-
- <HTML>
- <HEAD>
- <TITLE>WWW::Search::AOL::Classifieds::Employment - class for searching Jobs Classifieds on AOL</TITLE>
- <LINK REL="stylesheet" HREF="../../../../../../Active.css" TYPE="text/css">
- <LINK REV="made" HREF="mailto:">
- </HEAD>
-
- <BODY>
- <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
- <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
- <STRONG><P CLASS=block> WWW::Search::AOL::Classifieds::Employment - class for searching Jobs Classifieds on AOL</P></STRONG>
- </TD></TR>
- </TABLE>
-
- <A NAME="__index__"></A>
- <!-- INDEX BEGIN -->
-
- <UL>
-
- <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
-
- <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
- <LI><A HREF="#description">DESCRIPTION</A></LI>
- <LI><A HREF="#options">OPTIONS</A></LI>
- <UL>
-
- <LI><A HREF="#format / treatment of query terms">Format / Treatment of Query Terms</A></LI>
- <LI><A HREF="#restrict by job category">Restrict by Job Category</A></LI>
- <LI><A HREF="#restrict by company name">Restrict by Company Name</A></LI>
- <LI><A HREF="#restrict by location">Restrict by Location</A></LI>
- </UL>
-
- <LI><A HREF="#author">AUTHOR</A></LI>
- <LI><A HREF="#legalese">LEGALESE</A></LI>
- </UL>
- <!-- INDEX END -->
-
- <HR>
- <P>
- <H1><A NAME="name">NAME</A></H1>
- <P>WWW::Search::AOL::Classifieds::Employment - class for searching Jobs Classifieds on AOL</P>
- <P>
- <HR>
- <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
- <UL>
- <LI>Linux</LI>
- <LI>Solaris</LI>
- <LI>Windows</LI>
- </UL>
- <HR>
- <H1><A NAME="synopsis">SYNOPSIS</A></H1>
- <PRE>
- use WWW::Search;
- my $oSearch = new WWW::Search('Aol');
- my $sQuery = WWW::Search::escape_query("unix c++ java");
- $oSearch->native_query($sQuery,
- {'qcqs' => ':ca:'});
- while (my $res = $oSearch->next_result()) {
- print $res->company . "\t" . $res->title . "\t" . $res->change_date
- . "\t" . $res->location . "\n";
- }</PRE>
- <P>
- <HR>
- <H1><A NAME="description">DESCRIPTION</A></H1>
- <P>This class is a Aol specialization of WWW::Search.
- It handles making and interpreting Aol searches at
- <EM><A HREF="http://classifiedplus.aol.com">http://classifiedplus.aol.com</A></EM> in category employment->JobSearch.</P>
- <P>The returned WWW::SearchResult objects contain <STRONG>url</STRONG>, <STRONG>title</STRONG>, <STRONG>company</STRONG>,
- <STRONG>location</STRONG> and <STRONG>change_date</STRONG> fields.</P>
- <P>
- <HR>
- <H1><A NAME="options">OPTIONS</A></H1>
- <P>The following search options can be activated by sending
- a hash as the second argument to native_query().</P>
- <P>
- <H2><A NAME="format / treatment of query terms">Format / Treatment of Query Terms</A></H2>
- <P>The default is to match ALL keywords in your query.</P>
- <DL>
- <DT><STRONG><A NAME="item_%7B%27QY%27_%3D%3E_2%7D_%2D_to_match_at_least_one_">{'QY' => 2} - to match at least one word</A></STRONG><BR>
- <DD>
- <DT><STRONG><A NAME="item_%7B%27QY%27_%3D%3E_5%7D_%2D_to_match_exact_phrase">{'QY' => 5} - to match exact phrase</A></STRONG><BR>
- <DD>
- </DL>
- <P>
- <H2><A NAME="restrict by job category">Restrict by Job Category</A></H2>
- <P>No restriction by default. To select jobs from a specific job
- category use the following option:</P>
- <DL>
- <DT><STRONG><A NAME="item_%7B%27QVSSCAT%27_%3D%3E_%24job_category%7D">{'QVSSCAT' => $job_category}</A></STRONG><BR>
- <DD>
- </DL>
- <P>Possible values of $job_category are the following:</P>
- <UL>
- <LI><STRONG><A NAME="item_10_Accounting%2FFinance%2FBanking%2FInsurance">10 Accounting/Finance/Banking/Insurance</A></STRONG><BR>
-
- <LI><STRONG><A NAME="item_20_Administrative%2FClerical">20 Administrative/Clerical</A></STRONG><BR>
-
- <LI><STRONG><A NAME="item_30_Creative_Arts%2FMedia">30 Creative Arts/Media</A></STRONG><BR>
-
- <LI><STRONG><A NAME="item_40_Education%2FTraining">40 Education/Training</A></STRONG><BR>
-
- <LI><STRONG><A NAME="item_50_Engineering%2FArchitecture%2FDesign">50 Engineering/Architecture/Design</A></STRONG><BR>
-
- <LI><STRONG><A NAME="item_60_Human_resources">60 Human resources</A></STRONG><BR>
-
- <LI><STRONG><A NAME="item_70_Information_Technology%2FComputer">70 Information Technology/Computer</A></STRONG><BR>
-
- <LI><STRONG><A NAME="item_80_Legal%2FLaw_Enforcement%2FSecurity">80 Legal/Law Enforcement/Security</A></STRONG><BR>
-
- <LI><STRONG><A NAME="item_90_Marketing%2FPublic_relations%2FAdvertising">90 Marketing/Public relations/Advertising</A></STRONG><BR>
-
- <LI><STRONG><A NAME="item_100_Medical%2FHeath_Care%2FDental">100 Medical/Heath Care/Dental</A></STRONG><BR>
-
- <LI><STRONG><A NAME="item_110_Online%2FInternet%2FNew_Media">110 Online/Internet/New Media</A></STRONG><BR>
-
- <LI><STRONG><A NAME="item_120_Sales%2FCustomer_Service%2FSales_Management">120 Sales/Customer Service/Sales Management</A></STRONG><BR>
-
- <LI><STRONG><A NAME="item_130_Sports">130 Sports</A></STRONG><BR>
-
- <LI><STRONG><A NAME="item_140_Travel%2FHospitality%2FRestaurant%2FTransporta">140 Travel/Hospitality/Restaurant/Transportation</A></STRONG><BR>
-
- <LI><STRONG><A NAME="item_150_Other">150 Other</A></STRONG><BR>
-
- </UL>
- <P>
- <H2><A NAME="restrict by company name">Restrict by Company Name</A></H2>
- <DL>
- <DT><STRONG><A NAME="item_%7B%27QM%27_%3D%3E_%24pattern%7D">{'QM' => $pattern}</A></STRONG><BR>
- <DD>
- Display jobs where company name matches $pattern.
- <P></P></DL>
- <P>
- <H2><A NAME="restrict by location">Restrict by Location</A></H2>
- <P>No preference by default. Several options can restrict your search.
- Only one of the below listed options can be enabled at a time.</P>
- <DL>
- <DT><STRONG><A NAME="item_%7B%27QREG%27_%3D%3E_%24region%7D_%2D_to_select_a_">{'QREG' => $region} - to select a region</A></STRONG><BR>
- <DD>
- Regions can be:
- <P></P></DL>
- <UL>
- <LI><STRONG><A NAME="item_1_Mid%2DAtl">1 Mid-Atl</A></STRONG><BR>
-
- <LI><STRONG><A NAME="item_2_Midwest">2 Midwest</A></STRONG><BR>
-
- <LI><STRONG><A NAME="item_3_Northeast">3 Northeast</A></STRONG><BR>
-
- <LI><STRONG><A NAME="item_4_Northwest">4 Northwest</A></STRONG><BR>
-
- <LI><STRONG><A NAME="item_5_Southeast">5 Southeast</A></STRONG><BR>
-
- <LI><STRONG><A NAME="item_6_Southwest">6 Southwest</A></STRONG><BR>
-
- <LI><STRONG><A NAME="item_7_West">7 West</A></STRONG><BR>
-
- <LI><STRONG><A NAME="item_8_Outside_USA">8 Outside USA</A></STRONG><BR>
-
- <LI><STRONG><A NAME="item_9999_National">9999 National</A></STRONG><BR>
-
- </UL>
- <DL>
- <DT><STRONG><A NAME="item_%7B%27qcqs%27_%3D%3E_%24state_or_city%7D_%2D_more_">{'qcqs' => $state_or_city} - more detailed selection</A></STRONG><BR>
- <DD>
- There are too many possible values to be listed here. See
- <EM><A HREF="http://classifiedplus.aol.com">http://classifiedplus.aol.com</A></EM> in category employment->JobSearch for a full
- list. Here are some examples from that list: to select jobs only from
- California use {'qcqs' => ':ca:'}, for jobs from San Fransisco use
- {'qcqs' => 'san francisco:ca:807'}.
- <P></P>
- <DT><STRONG><A NAME="item_%7B%27QZ%27_%3D%3E_%24zip_code%7D_%2D_restrict_by_">{'QZ' => $zip_code} - restrict by zip code.</A></STRONG><BR>
- <DD>
- </DL>
- <P>
- <HR>
- <H1><A NAME="author">AUTHOR</A></H1>
- <P><CODE>WWW::Search::Aol</CODE> is written and maintained by Alexander Tkatchev
- (<A HREF="mailto:Alexander.Tkatchev@cern.ch">Alexander.Tkatchev@cern.ch</A>)</P>
- <P>
- <HR>
- <H1><A NAME="legalese">LEGALESE</A></H1>
- <P>THIS 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.</P>
- <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
- <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
- <STRONG><P CLASS=block> WWW::Search::AOL::Classifieds::Employment - class for searching Jobs Classifieds on AOL</P></STRONG>
- </TD></TR>
- </TABLE>
-
- </BODY>
-
- </HTML>
-