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

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>WWW::Search::Infoseek::News - class for Infoseek News 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::Infoseek::News - class for Infoseek News 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. </UL>
  28. <!-- INDEX END -->
  29.  
  30. <HR>
  31. <P>
  32. <H1><A NAME="name">NAME</A></H1>
  33. <P>WWW::Search::Infoseek::News - class for Infoseek News searching</P>
  34. <P>
  35. <HR>
  36. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  37. <UL>
  38. <LI>Linux</LI>
  39. <LI>Solaris</LI>
  40. <LI>Windows</LI>
  41. </UL>
  42. <HR>
  43. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  44. <PRE>
  45.   require WWW::Search;
  46.   $search = new WWW::Search('Infoseek::News');
  47.   my $sQuery = WWW::Search::escape_query("plane crash airline disaster");
  48.   $oSearch->native_query($sQuery);
  49.   while (my $oResult = $oSearch->next_result())
  50.     { print $oResult->url, "\n"; }</PRE>
  51. <P>
  52. <HR>
  53. <H1><A NAME="description">DESCRIPTION</A></H1>
  54. <P>This class implements the Infoseek News search
  55. (specializing Infoseek and WWW::Search).
  56. It handles making and interpreting Infoseek News searches
  57. <EM><A HREF="http://www.infoseek.com">http://www.infoseek.com</A></EM>.</P>
  58. <P>This class exports no public interface; all interaction should
  59. be done through WWW::Search objects.</P>
  60. <P>
  61. <HR>
  62. <H1><A NAME="testing">TESTING</A></H1>
  63. <P>This module adheres to the <CODE>WWW::Search</CODE> test suite mechanism. 
  64. See the value of $TEST_CASES below.</P>
  65. <P>
  66. <HR>
  67. <H1><A NAME="author">AUTHOR</A></H1>
  68. <P><CODE>WWW::Search::Infoseek::News</CODE> 
  69. was written by Martin Thurn <<A HREF="mailto:MartinThurn@iname.com">MartinThurn@iname.com</A>></P>
  70. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  71. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  72. <STRONG><P CLASS=block> WWW::Search::Infoseek::News - class for Infoseek News searching</P></STRONG>
  73. </TD></TR>
  74. </TABLE>
  75.  
  76. </BODY>
  77.  
  78. </HTML>
  79.