WWW::Search::AltaVista(3pm) | User Contributed Perl Documentation | WWW::Search::AltaVista(3pm) |
WWW::Search::AltaVista - class for searching www.altavista.com
require WWW::Search; $search = new WWW::Search('AltaVista');
This 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.
The default is "any of these words" (OR of query terms).
Call this instead of native_query() if you want to get the same results as your average Joe web surfer.
This private method does the heavy lifting after you call native_query() or gui_query().
This private method does the hard work of parsing the results out of the HTML.
To make new back-ends, see WWW::Search, or the specialized AltaVista searches described in options.
Written by John Heidemann, "johnh@isi.edu"; maintained by Martin Thurn, "mthurn@cpan.org".
This software is released under the same license as Perl itself.
Copyright (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.
2018-11-25 | perl v5.28.0 |