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

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>WWW::Search::Snap - class for searching Snap.com!</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::Snap - class for searching Snap.com!</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.     <LI><A HREF="#see also">SEE ALSO</A></LI>
  27.     <LI><A HREF="#how does it work">HOW DOES IT WORK?</A></LI>
  28.     <LI><A HREF="#author">AUTHOR</A></LI>
  29.     <LI><A HREF="#copyright">COPYRIGHT</A></LI>
  30. </UL>
  31. <!-- INDEX END -->
  32.  
  33. <HR>
  34. <P>
  35. <H1><A NAME="name">NAME</A></H1>
  36. <P>WWW::Search::Snap - class for searching Snap.com!</P>
  37. <P>
  38. <HR>
  39. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  40. <UL>
  41. <LI>Linux</LI>
  42. <LI>Solaris</LI>
  43. <LI>Windows</LI>
  44. </UL>
  45. <HR>
  46. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  47. <PRE>
  48.     require WWW::Search;
  49.     $search = new WWW::Search('Snap');</PRE>
  50. <P>
  51. <HR>
  52. <H1><A NAME="description">DESCRIPTION</A></H1>
  53. <P>Class specialization of WWW::Search for searching <EM><A HREF="http://snap.com">http://snap.com</A></EM>.
  54. Snap.com can return up to 1000 hits.</P>
  55. <P>This class exports no public interface; all interaction should
  56. be done through WWW::Search objects.</P>
  57. <P>
  58. <HR>
  59. <H1><A NAME="options">OPTIONS</A></H1>
  60. <P>Some options for modifying a search</P>
  61. <DL>
  62. <DT><STRONG><A NAME="item_%7B%27KM%27_%3D%3E_%27a%27%7D_All_the_words">{'KM' => 'a'}
  63. All the words</A></STRONG><BR>
  64. <DD>
  65. <DT><STRONG><A NAME="item_%7B%27KM%27_%3D%3E_%27b%27%7D_Boolean_Search">{'KM' => 'b'}
  66. Boolean Search</A></STRONG><BR>
  67. <DD>
  68. <DT><STRONG><A NAME="item_%7B%27KM%27_%3D%3E_%27o%27%7D_Any_of_the_words">{'KM' => 'o'}
  69. Any of the words</A></STRONG><BR>
  70. <DD>
  71. <DT><STRONG><A NAME="item_%7B%27KM%27_%3D%3E_%27t%27%7D_Searches_Title_only">{'KM' => 't'}
  72. Searches Title only</A></STRONG><BR>
  73. <DD>
  74. <DT><STRONG><A NAME="item_%7B%27KM%27_%3D%3E_%27s%27%7D_All_forms_of_the_wor">{'KM' => 's'}
  75. All forms of the words</A></STRONG><BR>
  76. <DD>
  77. </DL>
  78. <P>
  79. <HR>
  80. <H1><A NAME="see also">SEE ALSO</A></H1>
  81. <P>To make new back-ends, see <A HREF="../../../../site/lib/WWW/Search.html">the WWW::Search manpage</A>,
  82. or the specialized AltaVista searches described in options.</P>
  83. <P>
  84. <HR>
  85. <H1><A NAME="how does it work">HOW DOES IT WORK?</A></H1>
  86. <P><CODE>native_setup_search</CODE> is called before we do anything.
  87. It initializes our private variables (which all begin with underscores)
  88. and sets up a URL to the first results page in <CODE>{_next_url}</CODE>.</P>
  89. <P><CODE>native_retrieve_some</CODE> is called (from <CODE>WWW::Search::retrieve_some</CODE>)
  90. whenever more hits are needed.  It calls the LWP library
  91. to fetch the page specified by <CODE>{_next_url}</CODE>.
  92. It parses this page, appending any search hits it finds to 
  93. <CODE>{cache}</CODE>.  If it finds a ``next'' button in the text,
  94. it sets <CODE>{_next_url}</CODE> to point to the page for the next
  95. set of results, otherwise it sets it to undef to indicate we're done.</P>
  96. <P>
  97. <HR>
  98. <H1><A NAME="author">AUTHOR</A></H1>
  99. <P><CODE>WWW::Search::Snap</CODE> is written and maintained
  100. by Jim Smyser - <<A HREF="mailto:jsmyser@bigfoot.com">jsmyser@bigfoot.com</A>>.</P>
  101. <P>
  102. <HR>
  103. <H1><A NAME="copyright">COPYRIGHT</A></H1>
  104. <P>Copyright (c) 1996-1998 University of Southern California.
  105. All rights reserved.                                            
  106. </P>
  107. <PRE>
  108.  
  109. Redistribution and use in source and binary forms are permitted
  110. provided that the above copyright notice and this paragraph are
  111. duplicated in all such forms and that any documentation, advertising
  112. materials, and other materials related to such distribution and use
  113. acknowledge that the software was developed by the University of
  114. Southern California, Information Sciences Institute.  The name of the
  115. University may not be used to endorse or promote products derived from
  116. this software without specific prior written permission.</PRE>
  117. <P>THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
  118. WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  119. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.</P>
  120. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  121. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  122. <STRONG><P CLASS=block> WWW::Search::Snap - class for searching Snap.com!</P></STRONG>
  123. </TD></TR>
  124. </TABLE>
  125.  
  126. </BODY>
  127.  
  128. </HTML>
  129.