WWW::Search::PLweb - class for searching PLS PLweb search engine |
WWW::Search::PLweb - class for searching PLS PLweb search engine
require WWW::Search; $search = new WWW::Search('PLweb');
This class is a PLweb specialization of WWW::Search. It queries and interprets searches based on PLweb, by PLS http://www.pls.com/.
This class exports no public interface; all interaction should be done through WWW::Search objects.
This software assumes that you're using the default output format for a PLweb search. It should look like this:
VAL DOCUMENT DB SIZE ------------------------------------------------------------------ 388 Document1 foo 1122 ...
This search supports standard WWW::Search arguments
To make new back-ends, see the WWW::Search manpage,
WWW::Search::PLweb
is written by Paul Lindner, <lindner@itu.int>
Things not supported: $result->raw()
Copyright (c) 1997, 98 by the United Nations Administrative Committee on Coordination (ACC)
All rights reserved.
WWW::Search::PLweb - class for searching PLS PLweb search engine |