NAME
WWW::FindConcept - Finding terms of related concepts
SYNOPSIS
use WWW::FindConcept;
find_concept('Perl');
DESCRIPTION
This module is aimed at retrieving terms of related concepts from various search engines. Function find_concept is auto-exported and it returns a list of the related terms. The module can be used to expand the vocabulary when doing searching on web or other conceivable things.
A command-line script "find-concept.pl" in bin is also distributed with the module.
COPYRIGHT
xern <xern@cpan.org>
This module is free software; you can redistribute it or modify it under the same terms as Perl itself.