1WWW::Search::Null(3) User Contributed Perl Documentation WWW::Search::Null(3)
2
3
4
6 WWW::Search::NULL - class for searching any web site
7
9 require WWW::Search;
10 $search = new WWW::Search('Null');
11
13 This class is a specialization of WWW::Search that only returns an
14 error message.
15
16 This class exports no public interface; all interaction should be done
17 through WWW::Search objects.
18
19 This modules is really a hack for systems that want to include indices
20 that have no corresponding WWW::Search module (like UNIONS)
21
23 "WWW::Search::Null" is written by Paul Lindner, <lindner@itu.int>
24
26 Copyright (c) 1998 by the United Nations Administrative Committee on
27 Coordination (ACC)
28
29 All rights reserved.
30
31
32
33perl v5.34.0 2021-07-27 WWW::Search::Null(3)