home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _60020dce7e2c5d3ed6f113c24d673573 < prev    next >
Text File  |  2000-03-23  |  8KB  |  194 lines

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>WWW::Search::AOL::Classifieds::Employment - class for searching Jobs Classifieds on AOL</TITLE>
  5. <LINK REL="stylesheet" HREF="../../../../../../Active.css" TYPE="text/css">
  6. <LINK REV="made" HREF="mailto:">
  7. </HEAD>
  8.  
  9. <BODY>
  10. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  11. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  12. <STRONG><P CLASS=block> WWW::Search::AOL::Classifieds::Employment - class for searching Jobs Classifieds on AOL</P></STRONG>
  13. </TD></TR>
  14. </TABLE>
  15.  
  16. <A NAME="__index__"></A>
  17. <!-- INDEX BEGIN -->
  18.  
  19. <UL>
  20.  
  21.     <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
  22.  
  23.     <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
  24.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  25.     <LI><A HREF="#options">OPTIONS</A></LI>
  26.     <UL>
  27.  
  28.         <LI><A HREF="#format / treatment of query terms">Format / Treatment of Query Terms</A></LI>
  29.         <LI><A HREF="#restrict by job category">Restrict by Job Category</A></LI>
  30.         <LI><A HREF="#restrict by company name">Restrict by Company Name</A></LI>
  31.         <LI><A HREF="#restrict by location">Restrict by Location</A></LI>
  32.     </UL>
  33.  
  34.     <LI><A HREF="#author">AUTHOR</A></LI>
  35.     <LI><A HREF="#legalese">LEGALESE</A></LI>
  36. </UL>
  37. <!-- INDEX END -->
  38.  
  39. <HR>
  40. <P>
  41. <H1><A NAME="name">NAME</A></H1>
  42. <P>WWW::Search::AOL::Classifieds::Employment - class for searching Jobs Classifieds on AOL</P>
  43. <P>
  44. <HR>
  45. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  46. <UL>
  47. <LI>Linux</LI>
  48. <LI>Solaris</LI>
  49. <LI>Windows</LI>
  50. </UL>
  51. <HR>
  52. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  53. <PRE>
  54.  use WWW::Search;
  55.  my $oSearch = new WWW::Search('Aol');
  56.  my $sQuery = WWW::Search::escape_query("unix c++ java");
  57.  $oSearch->native_query($sQuery,
  58.                         {'qcqs' => ':ca:'});
  59.  while (my $res = $oSearch->next_result()) {
  60.      print $res->company . "\t" . $res->title . "\t" . $res->change_date
  61.          . "\t" . $res->location . "\n";
  62.  }</PRE>
  63. <P>
  64. <HR>
  65. <H1><A NAME="description">DESCRIPTION</A></H1>
  66. <P>This class is a Aol specialization of WWW::Search.
  67. It handles making and interpreting Aol searches at
  68. <EM><A HREF="http://classifiedplus.aol.com">http://classifiedplus.aol.com</A></EM> in category employment->JobSearch.</P>
  69. <P>The returned WWW::SearchResult objects contain <STRONG>url</STRONG>, <STRONG>title</STRONG>, <STRONG>company</STRONG>,
  70. <STRONG>location</STRONG> and <STRONG>change_date</STRONG> fields.</P>
  71. <P>
  72. <HR>
  73. <H1><A NAME="options">OPTIONS</A></H1>
  74. <P>The following search options can be activated by sending
  75. a hash as the second argument to native_query().</P>
  76. <P>
  77. <H2><A NAME="format / treatment of query terms">Format / Treatment of Query Terms</A></H2>
  78. <P>The default is to match ALL keywords in your query.</P>
  79. <DL>
  80. <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>
  81. <DD>
  82. <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>
  83. <DD>
  84. </DL>
  85. <P>
  86. <H2><A NAME="restrict by job category">Restrict by Job Category</A></H2>
  87. <P>No restriction by default. To select jobs from a specific job 
  88. category use the following option:</P>
  89. <DL>
  90. <DT><STRONG><A NAME="item_%7B%27QVSSCAT%27_%3D%3E_%24job_category%7D">{'QVSSCAT' => $job_category}</A></STRONG><BR>
  91. <DD>
  92. </DL>
  93. <P>Possible values of $job_category are the following:</P>
  94. <UL>
  95. <LI><STRONG><A NAME="item_10_Accounting%2FFinance%2FBanking%2FInsurance">10       Accounting/Finance/Banking/Insurance</A></STRONG><BR>
  96.  
  97. <LI><STRONG><A NAME="item_20_Administrative%2FClerical">20       Administrative/Clerical</A></STRONG><BR>
  98.  
  99. <LI><STRONG><A NAME="item_30_Creative_Arts%2FMedia">30       Creative Arts/Media</A></STRONG><BR>
  100.  
  101. <LI><STRONG><A NAME="item_40_Education%2FTraining">40       Education/Training</A></STRONG><BR>
  102.  
  103. <LI><STRONG><A NAME="item_50_Engineering%2FArchitecture%2FDesign">50       Engineering/Architecture/Design</A></STRONG><BR>
  104.  
  105. <LI><STRONG><A NAME="item_60_Human_resources">60       Human resources</A></STRONG><BR>
  106.  
  107. <LI><STRONG><A NAME="item_70_Information_Technology%2FComputer">70       Information Technology/Computer</A></STRONG><BR>
  108.  
  109. <LI><STRONG><A NAME="item_80_Legal%2FLaw_Enforcement%2FSecurity">80       Legal/Law Enforcement/Security</A></STRONG><BR>
  110.  
  111. <LI><STRONG><A NAME="item_90_Marketing%2FPublic_relations%2FAdvertising">90       Marketing/Public relations/Advertising</A></STRONG><BR>
  112.  
  113. <LI><STRONG><A NAME="item_100_Medical%2FHeath_Care%2FDental">100       Medical/Heath Care/Dental</A></STRONG><BR>
  114.  
  115. <LI><STRONG><A NAME="item_110_Online%2FInternet%2FNew_Media">110       Online/Internet/New Media</A></STRONG><BR>
  116.  
  117. <LI><STRONG><A NAME="item_120_Sales%2FCustomer_Service%2FSales_Management">120       Sales/Customer Service/Sales Management</A></STRONG><BR>
  118.  
  119. <LI><STRONG><A NAME="item_130_Sports">130       Sports</A></STRONG><BR>
  120.  
  121. <LI><STRONG><A NAME="item_140_Travel%2FHospitality%2FRestaurant%2FTransporta">140       Travel/Hospitality/Restaurant/Transportation</A></STRONG><BR>
  122.  
  123. <LI><STRONG><A NAME="item_150_Other">150       Other</A></STRONG><BR>
  124.  
  125. </UL>
  126. <P>
  127. <H2><A NAME="restrict by company name">Restrict by Company Name</A></H2>
  128. <DL>
  129. <DT><STRONG><A NAME="item_%7B%27QM%27_%3D%3E_%24pattern%7D">{'QM' => $pattern}</A></STRONG><BR>
  130. <DD>
  131. Display jobs where company name matches $pattern.
  132. <P></P></DL>
  133. <P>
  134. <H2><A NAME="restrict by location">Restrict by Location</A></H2>
  135. <P>No preference by default. Several options can restrict your search.
  136. Only one of the below listed options can be enabled at a time.</P>
  137. <DL>
  138. <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>
  139. <DD>
  140. Regions can be:
  141. <P></P></DL>
  142. <UL>
  143. <LI><STRONG><A NAME="item_1_Mid%2DAtl">1     Mid-Atl</A></STRONG><BR>
  144.  
  145. <LI><STRONG><A NAME="item_2_Midwest">2     Midwest</A></STRONG><BR>
  146.  
  147. <LI><STRONG><A NAME="item_3_Northeast">3     Northeast</A></STRONG><BR>
  148.  
  149. <LI><STRONG><A NAME="item_4_Northwest">4     Northwest</A></STRONG><BR>
  150.  
  151. <LI><STRONG><A NAME="item_5_Southeast">5     Southeast</A></STRONG><BR>
  152.  
  153. <LI><STRONG><A NAME="item_6_Southwest">6     Southwest</A></STRONG><BR>
  154.  
  155. <LI><STRONG><A NAME="item_7_West">7     West</A></STRONG><BR>
  156.  
  157. <LI><STRONG><A NAME="item_8_Outside_USA">8     Outside USA</A></STRONG><BR>
  158.  
  159. <LI><STRONG><A NAME="item_9999_National">9999  National</A></STRONG><BR>
  160.  
  161. </UL>
  162. <DL>
  163. <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>
  164. <DD>
  165. There are too many possible values to be listed here. See 
  166. <EM><A HREF="http://classifiedplus.aol.com">http://classifiedplus.aol.com</A></EM> in category employment->JobSearch for a full
  167. list. Here are some examples from that list: to select jobs only from 
  168. California use {'qcqs' => ':ca:'}, for jobs from San Fransisco use
  169. {'qcqs' => 'san francisco:ca:807'}.
  170. <P></P>
  171. <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>
  172. <DD>
  173. </DL>
  174. <P>
  175. <HR>
  176. <H1><A NAME="author">AUTHOR</A></H1>
  177. <P><CODE>WWW::Search::Aol</CODE> is written and maintained by Alexander Tkatchev
  178. (<A HREF="mailto:Alexander.Tkatchev@cern.ch">Alexander.Tkatchev@cern.ch</A>)</P>
  179. <P>
  180. <HR>
  181. <H1><A NAME="legalese">LEGALESE</A></H1>
  182. <P>THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
  183. WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  184. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.</P>
  185. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  186. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  187. <STRONG><P CLASS=block> WWW::Search::AOL::Classifieds::Employment - class for searching Jobs Classifieds on AOL</P></STRONG>
  188. </TD></TR>
  189. </TABLE>
  190.  
  191. </BODY>
  192.  
  193. </HTML>
  194.