NAME
ZOOM::IRSpy - Perl extension for discovering and analysing IR services
SYNOPSIS
use ZOOM::IRSpy;
$spy = new ZOOM::IRSpy("target/string/for/irspy/database");
$spy->targets(@targets);
$spy->initialise("Main");
$res = $spy->check();
DESCRIPTION
This module exists to implement the IRspy program, which discovers, analyses and monitors IR servers implementing the Z39.50 and SRU/W protocols. It is a successor to the ZSpy program.
SEE ALSO
ZOOM::IRSpy::Record, ZOOM::IRSpy::Web, ZOOM::IRSpy::Test, ZOOM::IRSpy::Maintenance.
The ZOOM-Perl module, http://search.cpan.org/~mirk/Net-Z3950-ZOOM/
The Zebra Database, http://indexdata.com/zebra/
AUTHOR
Mike Taylor, <mike@indexdata.com>
COPYRIGHT AND LICENSE
Copyright (C) 2006 by Index Data ApS.
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.7 or, at your option, any later version of Perl 5 you may have available.