The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Search::Tools::Keywords - (**DEPRECATED**) extract keywords from a search query

SYNOPSIS

 # deprecated. See Search::Tools::QueryParser
 

DESCRIPTION

As of version 0.24 this class is a simple subclass of Search::Tools::QueryParser. The extract() method works as in previous versions, but you should use Search::Tools::QueryParser instead of this class.

METHODS

extract( str )

Returns array of key words from str.

COPYRIGHT

Copyright 2009 by Peter Karman.

This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Search::Tools::QueryParser