1WWW::Search::Simple(3)User Contributed Perl DocumentationWWW::Search::Simple(3)
2
3
4
6 WWW::Search::Simple - class for searching any web site
7
9 require WWW::Search;
10 $search = new WWW::Search('Simple');
11
13 This class is a specialization of WWW::Search for simple web based
14 search indices. It extracts all links from a given page.
15
16 This class exports no public interface; all interaction should be done
17 through WWW::Search objects.
18
19 Note that this module will probably get a lot of false hits.
20
22 "WWW::Search::Simple" is written by Paul Lindner, <lindner@itu.int>
23
25 Copyright (c) 1997,98 by the United Nations Administrative Committee on
26 Coordination (ACC)
27
28 All rights reserved.
29
30
31
32perl v5.30.0 2019-07-26 WWW::Search::Simple(3)