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

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>WWW::Search::Lycos::Pages - class for Lycos "Web Pages" searching</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::Pages - class for Lycos "Web Pages" searching</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="#testing">TESTING</A></LI>
  26.     <LI><A HREF="#author">AUTHOR</A></LI>
  27.     <LI><A HREF="#copyright">COPYRIGHT</A></LI>
  28. </UL>
  29. <!-- INDEX END -->
  30.  
  31. <HR>
  32. <P>
  33. <H1><A NAME="name">NAME</A></H1>
  34. <P>WWW::Search::Lycos::Pages - class for Lycos ``Web Pages'' searching</P>
  35. <P>
  36. <HR>
  37. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  38. <UL>
  39. <LI>Linux</LI>
  40. <LI>Solaris</LI>
  41. <LI>Windows</LI>
  42. </UL>
  43. <HR>
  44. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  45. <PRE>
  46.   use WWW::Search;
  47.   my $oSearch = new WWW::Search('Lycos::Pages');
  48.   my $sQuery = WWW::Search::escape_query("+sushi restaurant +Columbus Ohio");
  49.   $oSearch->native_query($sQuery);
  50.   while (my $oResult = $oSearch->next_result())
  51.     { print $oResult->url, "\n"; }</PRE>
  52. <P>
  53. <HR>
  54. <H1><A NAME="description">DESCRIPTION</A></H1>
  55. <P>This class implements the Lycos Web Pages search
  56. (specializing Lycos and WWW::Search).
  57. It handles making and interpreting Lycos Web Pages searches
  58. <EM><A HREF="http://www.lycos.com">http://www.lycos.com</A></EM>.</P>
  59. <P>This class exports no public interface; all interaction should
  60. be done through WWW::Search objects.</P>
  61. <P>
  62. <HR>
  63. <H1><A NAME="testing">TESTING</A></H1>
  64. <P>This module adheres to the WWW::Search test mechanism.
  65. See $TEST_CASES below.</P>
  66. <P>
  67. <HR>
  68. <H1><A NAME="author">AUTHOR</A></H1>
  69. <P><CODE>WWW::Search::Lycos::Pages</CODE> 
  70. was written by Martin Thurn <<A HREF="mailto:MartinThurn@iname.com">MartinThurn@iname.com</A>></P>
  71. <P>
  72. <HR>
  73. <H1><A NAME="copyright">COPYRIGHT</A></H1>
  74. <P>Copyright (c) 1996 University of Southern California.
  75. All rights reserved.                                            
  76. </P>
  77. <PRE>
  78.  
  79. Redistribution and use in source and binary forms are permitted
  80. provided that the above copyright notice and this paragraph are
  81. duplicated in all such forms and that any documentation, advertising
  82. materials, and other materials related to such distribution and use
  83. acknowledge that the software was developed by the University of
  84. Southern California, Information Sciences Institute.  The name of the
  85. University may not be used to endorse or promote products derived from
  86. this software without specific prior written permission.</PRE>
  87. <P>THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
  88. WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  89. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.</P>
  90. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  91. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  92. <STRONG><P CLASS=block> WWW::Search::Lycos::Pages - class for Lycos "Web Pages" searching</P></STRONG>
  93. </TD></TR>
  94. </TABLE>
  95.  
  96. </BODY>
  97.  
  98. </HTML>
  99.