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

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>WWW::Search::Yahoo::Classifieds::Employment - class for searching
  5. employment classifieds on Yahoo!</TITLE>
  6. <LINK REL="stylesheet" HREF="../../../../../../Active.css" TYPE="text/css">
  7. <LINK REV="made" HREF="mailto:">
  8. </HEAD>
  9.  
  10. <BODY>
  11. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  12. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  13. <STRONG><P CLASS=block> WWW::Search::Yahoo::Classifieds::Employment - class for searching
  14. employment classifieds on Yahoo!</P></STRONG>
  15. </TD></TR>
  16. </TABLE>
  17.  
  18. <A NAME="__index__"></A>
  19. <!-- INDEX BEGIN -->
  20.  
  21. <UL>
  22.  
  23.     <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
  24.  
  25.     <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
  26.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  27.     <LI><A HREF="#options">OPTIONS</A></LI>
  28.     <UL>
  29.  
  30.         <LI><A HREF="#format / treatment of query terms">Format / Treatment of Query Terms</A></LI>
  31.         <LI><A HREF="#restrict by date">Restrict by Date</A></LI>
  32.         <LI><A HREF="#restrict by company name">Restrict by Company Name</A></LI>
  33.         <LI><A HREF="#restrict by job title">Restrict by Job Title</A></LI>
  34.         <LI><A HREF="#restrict by job category">Restrict by Job Category</A></LI>
  35.         <LI><A HREF="#restrict by industry">Restrict by Industry</A></LI>
  36.         <LI><A HREF="#restrict by location">Restrict by Location</A></LI>
  37.     </UL>
  38.  
  39.     <LI><A HREF="#author">AUTHOR</A></LI>
  40.     <LI><A HREF="#legalese">LEGALESE</A></LI>
  41. </UL>
  42. <!-- INDEX END -->
  43.  
  44. <HR>
  45. <P>
  46. <H1><A NAME="name">NAME</A></H1>
  47. <P>WWW::Search::Yahoo::Classifieds::Employment - class for searching
  48. employment classifieds on Yahoo!</P>
  49. <P>
  50. <HR>
  51. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  52. <UL>
  53. <LI>Linux</LI>
  54. <LI>Solaris</LI>
  55. <LI>Windows</LI>
  56. </UL>
  57. <HR>
  58. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  59. <PRE>
  60.  use WWW::Search;
  61.  my $oSearch = new WWW::Search('Yahoo::Classifieds::Employment');
  62.  my $sQuery = WWW::Search::escape_query("unix c++ java");
  63.  $oSearch->native_query($sQuery,
  64.                         {'g' => 14,
  65.                          'cr' => 'California'});
  66.  while (my $res = $oSearch->next_result()) {
  67.      my $true_url = $oSearch->getMoreInfo($res->url);
  68.      print $res->company . "\t" . $res->title . "\t" . $res->change_date
  69.          . "\t" . $res->location . "\t" . $true_url . "\n";
  70.  }</PRE>
  71. <P>
  72. <HR>
  73. <H1><A NAME="description">DESCRIPTION</A></H1>
  74. <P>This class is a YC specialization of WWW::Search.
  75. It handles making and interpreting YC searches at
  76. <EM><A HREF="http://careers.yahoo.com">http://careers.yahoo.com</A></EM></P>
  77. <P>The returned WWW::SearchResult objects contain <STRONG>url</STRONG>, <STRONG>title</STRONG>, <STRONG>company</STRONG>,
  78. <STRONG>location</STRONG> and <STRONG>change_date</STRONG> fields.</P>
  79. <P>The returned <STRONG>url</STRONG> is the one found in the Yahoo! own database. However, it
  80. quite often appears
  81. in other databases where this <STRONG>url</STRONG> was originally taken from.
  82. To retrieve this ``true'' url use the function <STRONG>getMoreInfo</STRONG> as written in the
  83. above example.</P>
  84. <P>
  85. <HR>
  86. <H1><A NAME="options">OPTIONS</A></H1>
  87. <P>The following search options can be activated by sending
  88. a hash as the second argument to native_query().</P>
  89. <P>
  90. <H2><A NAME="format / treatment of query terms">Format / Treatment of Query Terms</A></H2>
  91. <P>The default is to match ALL keywords in your query.
  92. To match ANY keywords use</P>
  93. <DL>
  94. <DT><STRONG><A NAME="item_%7B%27za%27_%3D%3E_%27or%27%7D">{'za' => 'or'}</A></STRONG><BR>
  95. <DD>
  96. </DL>
  97. <P>
  98. <H2><A NAME="restrict by date">Restrict by Date</A></H2>
  99. <P>The default is to return all ads in the Yahoo ! job database.
  100. To change it use</P>
  101. <DL>
  102. <DT><STRONG><A NAME="item_%7B%27g%27_%3D%3E_%24number%7D_%2D_displays_jobs_p">{'g' => $number} - displays jobs posted in last $number days</A></STRONG><BR>
  103. <DD>
  104. </DL>
  105. <P>
  106. <H2><A NAME="restrict by company name">Restrict by Company Name</A></H2>
  107. <DL>
  108. <DT><STRONG><A NAME="item_%7B%27cpo%27_%3D%3E_%24pattern%7D">{'cpo' => $pattern}</A></STRONG><BR>
  109. <DD>
  110. Display jobs where company name matches $pattern.
  111. <P></P></DL>
  112. <P>
  113. <H2><A NAME="restrict by job title">Restrict by Job Title</A></H2>
  114. <DL>
  115. <DT><STRONG><A NAME="item_%7B%27cpj%27_%3D%3E_%24pattern%7D">{'cpj' => $pattern}</A></STRONG><BR>
  116. <DD>
  117. Display jobs where job title matches $pattern.
  118. <P></P></DL>
  119. <P>
  120. <H2><A NAME="restrict by job category">Restrict by Job Category</A></H2>
  121. <P>No preference by default. To select jobs from a specific job 
  122. category use the following option:</P>
  123. <DL>
  124. <DT><STRONG><A NAME="item_%7B%27ce_f%27_%3D%3E_%24job_category%7D">{'ce_f' => $job_category}</A></STRONG><BR>
  125. <DD>
  126. </DL>
  127. <P>Category can be one of the following:</P>
  128. <UL>
  129. <LI><STRONG><A NAME="item_%22Administrative%22">``Administrative''</A></STRONG><BR>
  130.  
  131. <LI><STRONG><A NAME="item_%22Consulting%22">``Consulting''</A></STRONG><BR>
  132.  
  133. <LI><STRONG><A NAME="item_%22Creative%22">``Creative''</A></STRONG><BR>
  134.  
  135. <LI><STRONG><A NAME="item_%22Education%22">``Education''</A></STRONG><BR>
  136.  
  137. <LI><STRONG><A NAME="item_%22Engineer%22">``Engineer''</A></STRONG><BR>
  138.  
  139. <LI><STRONG><A NAME="item_%22Finance%22">``Finance''</A></STRONG><BR>
  140.  
  141. <LI><STRONG><A NAME="item_%22General_Management%22">``General Management''</A></STRONG><BR>
  142.  
  143. <LI><STRONG><A NAME="item_%22Health_Care%22">``Health Care''</A></STRONG><BR>
  144.  
  145. <LI><STRONG><A NAME="item_%22Human_Resources%22">``Human Resources''</A></STRONG><BR>
  146.  
  147. <LI><STRONG><A NAME="item_%22Internships%22">``Internships''</A></STRONG><BR>
  148.  
  149. <LI><STRONG><A NAME="item_%22Information_Systems%22">``Information Systems''</A></STRONG><BR>
  150.  
  151. <LI><STRONG><A NAME="item_%22Legal%22">``Legal''</A></STRONG><BR>
  152.  
  153. <LI><STRONG><A NAME="item_%22Marketing%22">``Marketing''</A></STRONG><BR>
  154.  
  155. <LI><STRONG><A NAME="item_%22Operations%22">``Operations''</A></STRONG><BR>
  156.  
  157. <LI><STRONG><A NAME="item_%22Sales%22">``Sales''</A></STRONG><BR>
  158.  
  159. <LI><STRONG><A NAME="item_%22Scientific%22">``Scientific''</A></STRONG><BR>
  160.  
  161. <LI><STRONG><A NAME="item_%22Service%22">``Service''</A></STRONG><BR>
  162.  
  163. <LI><STRONG><A NAME="item_%22Training%22">``Training''</A></STRONG><BR>
  164.  
  165. <LI><STRONG><A NAME="item_%22Work_at_Home%22">``Work at Home''</A></STRONG><BR>
  166.  
  167. <LI><STRONG><A NAME="item_%22Other_%2F_Not_Specified%22">``Other / Not Specified''</A></STRONG><BR>
  168.  
  169. </UL>
  170. <P>
  171. <H2><A NAME="restrict by industry">Restrict by Industry</A></H2>
  172. <P>No restriction by default. The following option is used to 
  173. select jobs from a specific industry:</P>
  174. <DL>
  175. <DT><STRONG><A NAME="item_%7B%27ce_i%27_%3D%3E_%24desired_industry%7D">{'ce_i' => $desired_industry}</A></STRONG><BR>
  176. <DD>
  177. </DL>
  178. <P>Possible industries include:</P>
  179. <UL>
  180. <LI><STRONG><A NAME="item_%22Advertising_and_Public_Relations%22">``Advertising and Public Relations''</A></STRONG><BR>
  181.  
  182. <LI><STRONG><A NAME="item_%22Aerospace_and_Defense%22">``Aerospace and Defense''</A></STRONG><BR>
  183.  
  184. <LI><STRONG><A NAME="item_%22Agriculture%22">``Agriculture''</A></STRONG><BR>
  185.  
  186. <LI><STRONG><A NAME="item_%22Computer_Hardware%22">``Computer Hardware''</A></STRONG><BR>
  187.  
  188. <LI><STRONG><A NAME="item_%22Computer_Software%22">``Computer Software''</A></STRONG><BR>
  189.  
  190. <LI><STRONG><A NAME="item_%22Construction%22">``Construction''</A></STRONG><BR>
  191.  
  192. <LI><STRONG><A NAME="item_%22Consumer_Electronics%22">``Consumer Electronics''</A></STRONG><BR>
  193.  
  194. <LI><STRONG><A NAME="item_Products">``Consumer Products (Apperal, Household Products)''</A></STRONG><BR>
  195.  
  196. <LI><STRONG>``Education''</STRONG><BR>
  197.  
  198. <LI><STRONG><A NAME="item_%22Energy_and_Utilities%22">``Energy and Utilities''</A></STRONG><BR>
  199.  
  200. <LI><STRONG><A NAME="item_Sports">``Entertainment and Sports (Media and Sports)''</A></STRONG><BR>
  201.  
  202. <LI><STRONG><A NAME="item_Services">``Financial Services (Brokerage, Real Estate, Banking)''</A></STRONG><BR>
  203.  
  204. <LI><STRONG><A NAME="item_Care">``Health Care (Pharmaceuticals, Biotech, Devices)''</A></STRONG><BR>
  205.  
  206. <LI><STRONG><A NAME="item_Manufacturing">``Heavy Manufacturing (Steel, Autos, Industrial) ''</A></STRONG><BR>
  207.  
  208. <LI><STRONG><A NAME="item_Hospitality">``Hospitality (Hotels, Casinos, Food Service, Travel) ''</A></STRONG><BR>
  209.  
  210. <LI><STRONG><A NAME="item_%22Internet_and_New_Media_%22">``Internet and New Media ''</A></STRONG><BR>
  211.  
  212. <LI><STRONG><A NAME="item_%22Journalism_and_Publishing_%22">``Journalism and Publishing ''</A></STRONG><BR>
  213.  
  214. <LI><STRONG><A NAME="item_%22Law%22">``Law''</A></STRONG><BR>
  215.  
  216. <LI><STRONG>``Light Manufacturing (Furniture, Office)''</STRONG><BR>
  217.  
  218. <LI><STRONG><A NAME="item_%22Non%2DProfit_and_Government_%22">``Non-Profit and Government ''</A></STRONG><BR>
  219.  
  220. <LI><STRONG>``Professional Services (Consulting, Accounting) ''</STRONG><BR>
  221.  
  222. <LI><STRONG><A NAME="item_%22Raw_Materials_%22">``Raw Materials ''</A></STRONG><BR>
  223.  
  224. <LI><STRONG><A NAME="item_Wholesale">``Retail and Wholesale (Food/Drug Stores, Retailers) ''</A></STRONG><BR>
  225.  
  226. <LI><STRONG><A NAME="item_%22Telecommunications_%22">``Telecommunications ''</A></STRONG><BR>
  227.  
  228. <LI><STRONG><A NAME="item_Transportation">``Transportation (Airlines, Delivery, Trucking) ''</A></STRONG><BR>
  229.  
  230. <LI><STRONG>``Other / Not Specified''</STRONG><BR>
  231.  
  232. </UL>
  233. <P>
  234. <H2><A NAME="restrict by location">Restrict by Location</A></H2>
  235. <P>No preference by default. The following option restrict your
  236. search to a desired location:</P>
  237. <DL>
  238. <DT><STRONG><A NAME="item_%7B%27cr%27_%3D%3E_%24desired_location%7D">{'cr' => $desired_location}</A></STRONG><BR>
  239. <DD>
  240. </DL>
  241. <P>Location can be one of the following:</P>
  242. <UL>
  243. <LI><STRONG><A NAME="item_%22Alabama%22_Alabama">``Alabama''                   Alabama</A></STRONG><BR>
  244.  
  245. <LI><STRONG><A NAME="item_%22Alaska%22_Alaska">``Alaska''                    Alaska</A></STRONG><BR>
  246.  
  247. <LI><STRONG><A NAME="item_%22Arizona%22_Arizona">``Arizona''                   Arizona</A></STRONG><BR>
  248.  
  249. <LI><STRONG><A NAME="item_%22Phoenix%22_AZ_%2D_Phoenix">``Phoenix''                   AZ - Phoenix</A></STRONG><BR>
  250.  
  251. <LI><STRONG><A NAME="item_%22Arkansas%22_Arkansas">``Arkansas''                  Arkansas</A></STRONG><BR>
  252.  
  253. <LI><STRONG><A NAME="item_%22California%22_California">``California''                California</A></STRONG><BR>
  254.  
  255. <LI><STRONG><A NAME="item_%22Los_Angeles%22_CA_%2D_Los_Angeles">``Los Angeles''               CA - Los Angeles</A></STRONG><BR>
  256.  
  257. <LI><STRONG><A NAME="item_%22Sacramento%22_CA_%2D_Sacramento">``Sacramento''                CA - Sacramento</A></STRONG><BR>
  258.  
  259. <LI><STRONG><A NAME="item_%22San_Diego%22_CA_%2D_San_Diego">``San Diego''                 CA - San Diego</A></STRONG><BR>
  260.  
  261. <LI><STRONG><A NAME="item_%22San_Francisco_Bay_Area%22_CA_%2D_San_Francisco">``San Francisco Bay Area''    CA - San Francisco</A></STRONG><BR>
  262.  
  263. <LI><STRONG><A NAME="item_%22Colorado%22_Colorado">``Colorado''                  Colorado</A></STRONG><BR>
  264.  
  265. <LI><STRONG><A NAME="item_%22Denver%22_CO_%2D_Denver">``Denver''                    CO - Denver</A></STRONG><BR>
  266.  
  267. <LI><STRONG><A NAME="item_%22Connecticut%22_Connecticut">``Connecticut''               Connecticut</A></STRONG><BR>
  268.  
  269. <LI><STRONG><A NAME="item_%22Hartford%22_CT_%2D_Hartford">``Hartford''                  CT - Hartford</A></STRONG><BR>
  270.  
  271. <LI><STRONG><A NAME="item_%22Delaware%22_Delaware">``Delaware''                  Delaware</A></STRONG><BR>
  272.  
  273. <LI><STRONG><A NAME="item_%22Florida%22_Florida">``Florida''                   Florida</A></STRONG><BR>
  274.  
  275. <LI><STRONG><A NAME="item_%22Miami%22_FL_%2D_Miami">``Miami''                     FL - Miami</A></STRONG><BR>
  276.  
  277. <LI><STRONG><A NAME="item_%22Orlando%22_FL_%2D_Orlando">``Orlando''                   FL - Orlando</A></STRONG><BR>
  278.  
  279. <LI><STRONG><A NAME="item_%22Tampa_Bay%22_FL_%2D_Tampa_Bay">``Tampa Bay''                 FL - Tampa Bay</A></STRONG><BR>
  280.  
  281. <LI><STRONG><A NAME="item_%22West_Palm_Beach%22_FL_%2D_West_Palm_Beach">``West Palm Beach''           FL - West Palm Beach</A></STRONG><BR>
  282.  
  283. <LI><STRONG><A NAME="item_%22Georgia%22_Georgia">``Georgia''                   Georgia</A></STRONG><BR>
  284.  
  285. <LI><STRONG><A NAME="item_%22Atlanta%22_GA_%2D_Atlanta">``Atlanta''                   GA - Atlanta</A></STRONG><BR>
  286.  
  287. <LI><STRONG><A NAME="item_%22Hawaii%22_Hawaii">``Hawaii''                    Hawaii</A></STRONG><BR>
  288.  
  289. <LI><STRONG><A NAME="item_%22Idaho%22_Idaho">``Idaho''                     Idaho</A></STRONG><BR>
  290.  
  291. <LI><STRONG><A NAME="item_%22Illinois%22_Illinois">``Illinois''                  Illinois</A></STRONG><BR>
  292.  
  293. <LI><STRONG><A NAME="item_%22Chicago%22_IL_%2D_Chicago">``Chicago''                   IL - Chicago</A></STRONG><BR>
  294.  
  295. <LI><STRONG><A NAME="item_%22Indiana%22_Indiana">``Indiana''                   Indiana</A></STRONG><BR>
  296.  
  297. <LI><STRONG><A NAME="item_%22Indianapolis%22_IN_%2D_Indianapolis">``Indianapolis''              IN - Indianapolis</A></STRONG><BR>
  298.  
  299. <LI><STRONG><A NAME="item_%22Iowa%22_Iowa">``Iowa''                      Iowa</A></STRONG><BR>
  300.  
  301. <LI><STRONG><A NAME="item_%22Kansas%22_Kansas">``Kansas''                    Kansas</A></STRONG><BR>
  302.  
  303. <LI><STRONG><A NAME="item_%22Kentucky%22_Kentucky">``Kentucky''                  Kentucky</A></STRONG><BR>
  304.  
  305. <LI><STRONG><A NAME="item_%22Louisville%22_KY_%2D_Louisville">``Louisville''                KY - Louisville</A></STRONG><BR>
  306.  
  307. <LI><STRONG><A NAME="item_%22Louisiana%22_Louisiana">``Louisiana''                 Louisiana</A></STRONG><BR>
  308.  
  309. <LI><STRONG><A NAME="item_%22New_Orleans%22_LA_%2D_New_Orleans">``New Orleans''               LA - New Orleans</A></STRONG><BR>
  310.  
  311. <LI><STRONG><A NAME="item_%22Maine%22_Maine">``Maine''                     Maine</A></STRONG><BR>
  312.  
  313. <LI><STRONG><A NAME="item_%22Maryland%22_Maryland">``Maryland''                  Maryland</A></STRONG><BR>
  314.  
  315. <LI><STRONG><A NAME="item_%22Baltimore%22_MD_%2D_Baltimore">``Baltimore''                 MD - Baltimore</A></STRONG><BR>
  316.  
  317. <LI><STRONG><A NAME="item_%22Massachusetts%22_Massachusetts">``Massachusetts''             Massachusetts</A></STRONG><BR>
  318.  
  319. <LI><STRONG><A NAME="item_%22Boston%22_MA_%2D_Boston">``Boston''                    MA - Boston</A></STRONG><BR>
  320.  
  321. <LI><STRONG><A NAME="item_%22Michigan%22_Michigan">``Michigan''                  Michigan</A></STRONG><BR>
  322.  
  323. <LI><STRONG><A NAME="item_%22Detroit%22_MI_%2D_Detroit">``Detroit''                   MI - Detroit</A></STRONG><BR>
  324.  
  325. <LI><STRONG><A NAME="item_%22Grand_Rapids%22_MI_%2D_Grand_Rapids">``Grand Rapids''              MI - Grand Rapids</A></STRONG><BR>
  326.  
  327. <LI><STRONG><A NAME="item_%22Minnesota%22_Minnesota">``Minnesota''                 Minnesota</A></STRONG><BR>
  328.  
  329. <LI><STRONG><A NAME="item_%22Twin_Cities%22_MN_%2D_Minneapolis">``Twin Cities''               MN - Minneapolis</A></STRONG><BR>
  330.  
  331. <LI><STRONG><A NAME="item_%22Mississippi%22_Mississippi">``Mississippi''               Mississippi</A></STRONG><BR>
  332.  
  333. <LI><STRONG><A NAME="item_%22Missouri%22_Missouri">``Missouri''                  Missouri</A></STRONG><BR>
  334.  
  335. <LI><STRONG><A NAME="item_%22Kansas_City%22_MO_%2D_Kansas_City">``Kansas City''               MO - Kansas City</A></STRONG><BR>
  336.  
  337. <LI><STRONG><A NAME="item_%22Saint_Louis%22_MO_%2D_St%2E_Louis">``Saint Louis''               MO - St. Louis</A></STRONG><BR>
  338.  
  339. <LI><STRONG><A NAME="item_%22Montana%22_Montana">``Montana''                   Montana</A></STRONG><BR>
  340.  
  341. <LI><STRONG><A NAME="item_%22Nebraska%22_Nebraska">``Nebraska''                  Nebraska</A></STRONG><BR>
  342.  
  343. <LI><STRONG><A NAME="item_%22Nevada%22_Nevada">``Nevada''                    Nevada</A></STRONG><BR>
  344.  
  345. <LI><STRONG><A NAME="item_%22Las_Vegas%22_NV_%2D_Las_Vegas">``Las Vegas''                 NV - Las Vegas</A></STRONG><BR>
  346.  
  347. <LI><STRONG><A NAME="item_%22New_Hampshire%22_New_Hampshire">``New Hampshire''             New Hampshire</A></STRONG><BR>
  348.  
  349. <LI><STRONG><A NAME="item_%22New_Jersey%22_New_Jersey">``New Jersey''                New Jersey</A></STRONG><BR>
  350.  
  351. <LI><STRONG><A NAME="item_%22New_Mexico%22_New_Mexico">``New Mexico''                New Mexico</A></STRONG><BR>
  352.  
  353. <LI><STRONG><A NAME="item_%22Albuquerque%22_NM_%2D_Albuquerque">``Albuquerque''               NM - Albuquerque</A></STRONG><BR>
  354.  
  355. <LI><STRONG><A NAME="item_%22New_York%22_New_York">``New York''                  New York</A></STRONG><BR>
  356.  
  357. <LI><STRONG><A NAME="item_%22New_York_City%22_NY_%2D_New_York_City">``New York City''             NY - New York City</A></STRONG><BR>
  358.  
  359. <LI><STRONG><A NAME="item_%22Buffalo%22_NY_%2D_Buffalo">``Buffalo''                   NY - Buffalo</A></STRONG><BR>
  360.  
  361. <LI><STRONG><A NAME="item_%22North_Carolina%22_North_Carolina">``North Carolina''            North Carolina</A></STRONG><BR>
  362.  
  363. <LI><STRONG><A NAME="item_%22Charlotte%22_NC_%2D_Charlotte">``Charlotte''                 NC - Charlotte</A></STRONG><BR>
  364.  
  365. <LI><STRONG><A NAME="item_%22Greensboro%22_NC_%2D_Greensboro">``Greensboro''                NC - Greensboro</A></STRONG><BR>
  366.  
  367. <LI><STRONG><A NAME="item_%22Raleigh%2FDurham%22_NC_%2D_Raleigh%2FDurham">``Raleigh/Durham''            NC - Raleigh/Durham</A></STRONG><BR>
  368.  
  369. <LI><STRONG><A NAME="item_%22North_Dakota%22_North_Dakota">``North Dakota''              North Dakota</A></STRONG><BR>
  370.  
  371. <LI><STRONG><A NAME="item_%22Ohio%22_Ohio">``Ohio''                      Ohio</A></STRONG><BR>
  372.  
  373. <LI><STRONG><A NAME="item_%22Cincinnati%22_OH_%2D_Cincinnati">``Cincinnati''                OH - Cincinnati</A></STRONG><BR>
  374.  
  375. <LI><STRONG><A NAME="item_%22Cleveland%22_OH_%2D_Cleveland">``Cleveland''                 OH - Cleveland</A></STRONG><BR>
  376.  
  377. <LI><STRONG><A NAME="item_%22Columbus%22_OH_%2D_Columbus">``Columbus''                  OH - Columbus</A></STRONG><BR>
  378.  
  379. <LI><STRONG><A NAME="item_%22Oklahoma%22_Oklahoma">``Oklahoma''                  Oklahoma</A></STRONG><BR>
  380.  
  381. <LI><STRONG><A NAME="item_%22Oklahoma_City%22_OK_%2D_Oklahoma_City">``Oklahoma City''             OK - Oklahoma City</A></STRONG><BR>
  382.  
  383. <LI><STRONG><A NAME="item_%22Oregon%22_Oregon">``Oregon''                    Oregon</A></STRONG><BR>
  384.  
  385. <LI><STRONG><A NAME="item_%22Portland%22_OR_%2D_Portland">``Portland''                  OR - Portland</A></STRONG><BR>
  386.  
  387. <LI><STRONG><A NAME="item_%22Pennsylvania%22_Pennsylvania">``Pennsylvania''              Pennsylvania</A></STRONG><BR>
  388.  
  389. <LI><STRONG><A NAME="item_%22Harrisburg%22_PA_%2D_Harrisburg">``Harrisburg''                PA - Harrisburg</A></STRONG><BR>
  390.  
  391. <LI><STRONG><A NAME="item_%22Philadelphia%22_PA_%2D_Philadelphia">``Philadelphia''              PA - Philadelphia</A></STRONG><BR>
  392.  
  393. <LI><STRONG><A NAME="item_%22Pittsburgh%22_PA_%2D_Pittsburgh">``Pittsburgh''                PA - Pittsburgh</A></STRONG><BR>
  394.  
  395. <LI><STRONG><A NAME="item_%22Wilkes_Barre%22_PA_%2D_Wilkes_Barre">``Wilkes Barre''              PA - Wilkes Barre</A></STRONG><BR>
  396.  
  397. <LI><STRONG><A NAME="item_%22Rhode_Island%22_Rhode_Island">``Rhode Island''              Rhode Island</A></STRONG><BR>
  398.  
  399. <LI><STRONG><A NAME="item_%22Providence%22_RI_%2D_Providence">``Providence''                RI - Providence</A></STRONG><BR>
  400.  
  401. <LI><STRONG><A NAME="item_%22South_Carolina%22_South_Carolina">``South Carolina''            South Carolina</A></STRONG><BR>
  402.  
  403. <LI><STRONG><A NAME="item_%22Greenville%22_SC_%2D_Greenville">``Greenville''                SC - Greenville</A></STRONG><BR>
  404.  
  405. <LI><STRONG><A NAME="item_%22South_Dakota%22_South_Dakota">``South Dakota''              South Dakota</A></STRONG><BR>
  406.  
  407. <LI><STRONG><A NAME="item_%22Tennessee%22_Tennessee">``Tennessee''                 Tennessee</A></STRONG><BR>
  408.  
  409. <LI><STRONG><A NAME="item_%22Memphis%22_TN_%2D_Memphis">``Memphis''                   TN - Memphis</A></STRONG><BR>
  410.  
  411. <LI><STRONG><A NAME="item_%22Nashville%22_TN_%2D_Nashville">``Nashville''                 TN - Nashville</A></STRONG><BR>
  412.  
  413. <LI><STRONG><A NAME="item_%22Texas%22_Texas">``Texas''                     Texas</A></STRONG><BR>
  414.  
  415. <LI><STRONG><A NAME="item_%22Austin%22_TX_%2D_Austin">``Austin''                    TX - Austin</A></STRONG><BR>
  416.  
  417. <LI><STRONG><A NAME="item_%22Dallas%2FFort_Worth%22_TX_%2D_Dallas%2FFort_Wor">``Dallas/Fort Worth''         TX - Dallas/Fort Worth</A></STRONG><BR>
  418.  
  419. <LI><STRONG><A NAME="item_%22Houston%22_TX_%2D_Houston">``Houston''                   TX - Houston</A></STRONG><BR>
  420.  
  421. <LI><STRONG><A NAME="item_%22San_Antonio%22_TX_%2D_San_Antonio">``San Antonio''               TX - San Antonio</A></STRONG><BR>
  422.  
  423. <LI><STRONG><A NAME="item_%22Utah%22_Utah">``Utah''                      Utah</A></STRONG><BR>
  424.  
  425. <LI><STRONG><A NAME="item_%22Salt_Lake_City%22_UT_%2D_Salt_Lake_City">``Salt Lake City''            UT - Salt Lake City</A></STRONG><BR>
  426.  
  427. <LI><STRONG><A NAME="item_%22Vermont%22_Vermont">``Vermont''                   Vermont</A></STRONG><BR>
  428.  
  429. <LI><STRONG><A NAME="item_%22Virginia%22_Virginia">``Virginia''                  Virginia</A></STRONG><BR>
  430.  
  431. <LI><STRONG><A NAME="item_%22Norfolk%22_VA_%2D_Norfolk">``Norfolk''                   VA - Norfolk</A></STRONG><BR>
  432.  
  433. <LI><STRONG><A NAME="item_%22Washington%22_Washington">``Washington''                Washington</A></STRONG><BR>
  434.  
  435. <LI><STRONG><A NAME="item_%22Seattle%22_WA_%2D_Seattle">``Seattle''                   WA - Seattle</A></STRONG><BR>
  436.  
  437. <LI><STRONG><A NAME="item_%22Washington_DC%22_Washington_D%2EC%2E">``Washington DC''             Washington D.C.</A></STRONG><BR>
  438.  
  439. <LI><STRONG><A NAME="item_%22West_Virginia%22_West_Virginia">``West Virginia''             West Virginia</A></STRONG><BR>
  440.  
  441. <LI><STRONG><A NAME="item_%22Wisconsin%22_Wisconsin">``Wisconsin''                 Wisconsin</A></STRONG><BR>
  442.  
  443. <LI><STRONG><A NAME="item_%22Milwaukee%22_WI_%2D_Milwaukee">``Milwaukee''                 WI - Milwaukee</A></STRONG><BR>
  444.  
  445. <LI><STRONG><A NAME="item_%22Wyoming%22_Wyoming">``Wyoming''                   Wyoming</A></STRONG><BR>
  446.  
  447. </UL>
  448. <P>
  449. <HR>
  450. <H1><A NAME="author">AUTHOR</A></H1>
  451. <P><CODE>WWW::Search::YC</CODE> is written and maintained by Alexander Tkatchev
  452. (<A HREF="mailto:Alexander.Tkatchev@cern.ch">Alexander.Tkatchev@cern.ch</A>)</P>
  453. <P>
  454. <HR>
  455. <H1><A NAME="legalese">LEGALESE</A></H1>
  456. <P>THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
  457. WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  458. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.</P>
  459. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  460. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  461. <STRONG><P CLASS=block> WWW::Search::Yahoo::Classifieds::Employment - class for searching
  462. employment classifieds on Yahoo!</P></STRONG>
  463. </TD></TR>
  464. </TABLE>
  465.  
  466. </BODY>
  467.  
  468. </HTML>
  469.