|
NAMEWWW::Search::AltaVista - class for searching www.altavista.comSYNOPSISrequire WWW::Search; $search = new WWW::Search('AltaVista'); DESCRIPTIONThis class is an AltaVista specialization of WWW::Search. It handles making and interpreting AltaVista searches http://www.altavista.com.This class exports no public interface; all interaction should be done through WWW::Search objects. OPTIONSThe default is "any of these words" (OR of query terms).
PUBLIC METHODSgui_queryCall this instead of native_query() if you want to get the same results as your average Joe web surfer.PRIVATE METHODSnative_setup_searchThis private method does the heavy lifting after you call native_query() or gui_query().parse_treeThis private method does the hard work of parsing the results out of the HTML.BUGS
SEE ALSOTo make new back-ends, see WWW::Search, or the specialized AltaVista searches described in options.AUTHORWritten by John Heidemann, "johnh@isi.edu"; maintained by Martin Thurn, "mthurn@cpan.org".LICENSEThis software is released under the same license as Perl itself.COPYRIGHTCopyright (c) 1996-1998 University of Southern California. All rights reserved.Redistribution and use in source and binary forms are permitted provided that the above copyright notice and this paragraph are duplicated in all such forms and that any documentation, advertising materials, and other materials related to such distribution and use acknowledge that the software was developed by the University of Southern California, Information Sciences Institute. The name of the University may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
Visit the GSP FreeBSD Man Page Interface. |