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::Simple - class for searching any web site

Author

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

Description

       This class is a specialization of WWW::Search for simple web based search indices.  It extracts all links
       from a given page.

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

       Note that this module will probably get a lot of false hits.

Name

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

Synopsis

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

See Also