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

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>WWW::Search::Lycos - class for searching Lycos</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::Lycos - class for searching Lycos</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="#notes">NOTES</A></LI>
  26.     <LI><A HREF="#see also">SEE ALSO</A></LI>
  27.     <LI><A HREF="#bugs">BUGS</A></LI>
  28.     <LI><A HREF="#testing">TESTING</A></LI>
  29.     <LI><A HREF="#author">AUTHOR</A></LI>
  30.     <LI><A HREF="#legalese">LEGALESE</A></LI>
  31.     <LI><A HREF="#version history">VERSION HISTORY</A></LI>
  32.     <UL>
  33.  
  34.         <LI><A HREF="#2.09, 19991226">2.09, 1999-12-26</A></LI>
  35.         <LI><A HREF="#2.08, 19991222">2.08, 1999-12-22</A></LI>
  36.         <LI><A HREF="#2.07, 19991210">2.07, 1999-12-10</A></LI>
  37.         <LI><A HREF="#2.05, 19991203">2.05, 1999-12-03</A></LI>
  38.         <LI><A HREF="#2.04, 19991022">2.04, 1999-10-22</A></LI>
  39.         <LI><A HREF="#2.03, 19991005">2.03, 1999-10-05</A></LI>
  40.         <LI><A HREF="#2.02, 19990930">2.02, 1999-09-30</A></LI>
  41.         <LI><A HREF="#2.01, 19990713">2.01, 1999-07-13</A></LI>
  42.         <LI><A HREF="#1.04, 19990430">1.04, 1999-04-30</A></LI>
  43.         <LI><A HREF="#1.02, 19981210">1.02, 1998-12-10</A></LI>
  44.     </UL>
  45.  
  46. </UL>
  47. <!-- INDEX END -->
  48.  
  49. <HR>
  50. <P>
  51. <H1><A NAME="name">NAME</A></H1>
  52. <P>WWW::Search::Lycos - class for searching Lycos</P>
  53. <P>
  54. <HR>
  55. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  56. <UL>
  57. <LI>Linux</LI>
  58. <LI>Solaris</LI>
  59. <LI>Windows</LI>
  60. </UL>
  61. <HR>
  62. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  63. <PRE>
  64.   use WWW::Search;
  65.   my $oSearch = new WWW::Search('Lycos');
  66.   my $sQuery = WWW::Search::escape_query("+sushi restaurant +Columbus Ohio");
  67.   $oSearch->native_query($sQuery);
  68.   while (my $oResult = $oSearch->next_result())
  69.     print $oResult->url, "\n";</PRE>
  70. <P>
  71. <HR>
  72. <H1><A NAME="description">DESCRIPTION</A></H1>
  73. <P>This class is a Lycos specialization of <A HREF="../../../../site/lib/WWW/Search.html">the WWW::Search manpage</A>.  It handles
  74. making and interpreting Lycos-site searches <EM><A HREF="http://www.Lycos.com">http://www.Lycos.com</A></EM>.</P>
  75. <P>This class exports no public interface; all interaction should
  76. be done through <A HREF="../../../../site/lib/WWW/Search.html">the WWW::Search manpage</A> objects.</P>
  77. <P>
  78. <HR>
  79. <H1><A NAME="notes">NOTES</A></H1>
  80. <P>www.lycos.com is sometimes slow to respond; but I have not had a
  81. problem with the default timeout.</P>
  82. <P>www.lycos.com does not give the score, date, nor size of the pages at
  83. the resulting URLs; therefore change_date(), score(), and <CODE>size()</CODE> will
  84. never have a value.</P>
  85. <P>
  86. <HR>
  87. <H1><A NAME="see also">SEE ALSO</A></H1>
  88. <P>To make new back-ends, see <A HREF="../../../../site/lib/WWW/Search.html">the WWW::Search manpage</A>.</P>
  89. <P>
  90. <HR>
  91. <H1><A NAME="bugs">BUGS</A></H1>
  92. <P>Please tell the author if you find any!</P>
  93. <P>
  94. <HR>
  95. <H1><A NAME="testing">TESTING</A></H1>
  96. <P>This module adheres to the WWW::Search test mechanism.
  97. See $TEST_CASES below.</P>
  98. <P>
  99. <HR>
  100. <H1><A NAME="author">AUTHOR</A></H1>
  101. <P>As of 1998-12-07, <CODE>WWW::Search::Lycos</CODE> is maintained by Martin Thurn
  102. (<A HREF="mailto:MartinThurn@iname.com">MartinThurn@iname.com</A>)</P>
  103. <P><CODE>WWW::Search::Lycos</CODE> was originally written by Martin Thurn,
  104. based on <CODE>WWW::Search::Yahoo</CODE> version 1.12 of 1998-10-22.</P>
  105. <P>
  106. <HR>
  107. <H1><A NAME="legalese">LEGALESE</A></H1>
  108. <P>THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
  109. WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  110. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.</P>
  111. <P>
  112. <HR>
  113. <H1><A NAME="version history">VERSION HISTORY</A></H1>
  114. <P>If it is not listed here, then it was not a meaningful nor released revision.</P>
  115. <P>
  116. <H2><A NAME="2.09, 19991226">2.09, 1999-12-26</A></H2>
  117. <P>output format fixes, and query string changes for searching Lycos.com (<A HREF="mailto:dbradford@bdctechnologies.com">dbradford@bdctechnologies.com</A>)</P>
  118. <P>
  119. <H2><A NAME="2.08, 19991222">2.08, 1999-12-22</A></H2>
  120. <P>point to new path on lycos.com (thanks to David Bradford <A HREF="mailto:dbradford@bdctechnologies.com)">dbradford@bdctechnologies.com)</A></P>
  121. <P>
  122. <H2><A NAME="2.07, 19991210">2.07, 1999-12-10</A></H2>
  123. <P>more output format fixes, and missing 'next' link for Sites</P>
  124. <P>
  125. <H2><A NAME="2.05, 19991203">2.05, 1999-12-03</A></H2>
  126. <P>handle new url and new output format for Lycos::Sites.pm</P>
  127. <P>
  128. <H2><A NAME="2.04, 19991022">2.04, 1999-10-22</A></H2>
  129. <P>use strip_tags();
  130. extract real URL from www.lycos.com's redirection URL</P>
  131. <P>
  132. <H2><A NAME="2.03, 19991005">2.03, 1999-10-05</A></H2>
  133. <P>now uses <CODE>hash_to_cgi_string()</CODE></P>
  134. <P>
  135. <H2><A NAME="2.02, 19990930">2.02, 1999-09-30</A></H2>
  136. <P>Now able to get Web Sites results via child module Sites.pm</P>
  137. <P>
  138. <H2><A NAME="2.01, 19990713">2.01, 1999-07-13</A></H2>
  139. <P>
  140. <H2><A NAME="1.04, 19990430">1.04, 1999-04-30</A></H2>
  141. <P>Now uses lycos.com's advanced query format.</P>
  142. <P>
  143. <H2><A NAME="1.02, 19981210">1.02, 1998-12-10</A></H2>
  144. <P>First public release after being adopted by Martin Thurn.</P>
  145. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  146. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  147. <STRONG><P CLASS=block> WWW::Search::Lycos - class for searching Lycos</P></STRONG>
  148. </TD></TR>
  149. </TABLE>
  150.  
  151. </BODY>
  152.  
  153. </HTML>
  154.