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

use Search::Glimpse;
my $glimpse = Search::Glimpse->new;
my @results = $glimpse->search("search this string");

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

Quick hack to connect to glimpse server.
Creates a new glimpse object.
Search on a glimpse object
Returns the number of hits...
Returns the number of files...

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

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

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.