logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

WWW::Search::NULL - class for searching any web site

Author

       "WWW::Search::Null" is written by Paul Lindner, <lindner@itu.int>

Description

       This class is a specialization of WWW::Search that only returns an error message.

       This class exports no public interface; all interaction should be done through WWW::Search objects.

       This modules is really a hack for systems that want to include indices that have no corresponding
       WWW::Search module (like UNIONS)

Name

       WWW::Search::NULL - class for searching any web site

Synopsis

           require WWW::Search;
           $search = new WWW::Search('Null');

See Also