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

NAME

Search::Glimpse - Perl extension to communicate with Glimpse server

SYNOPSIS

  use Search::Glimpse;

  my $glimpse = Search::Glimpse->new;

  my @results = $glimpse->search("search this string");

ABSTRACT

  This module is an extension to use glimpse server from Perl.

DESCRIPTION

Quick hack to connect to glimpse server.

new

Creates a new glimpse object.

Search on a glimpse object

hits

Returns the number of hits...

files

Returns the number of files...

SEE ALSO

Glimpse can be downloaded from http://www.webglimpse.net

AUTHOR

This module author is Chris Dent. At the moment, is being maintained by Alberto Simoes ambs@cpan.org

COPYRIGHT AND LICENSE

Copyright (C) 1997-2004 by Chris Dent

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.3 or, at your option, any later version of Perl 5 you may have available.