From: Mike Taylor Date: Wed, 7 Jun 2006 17:04:52 +0000 (+0000) Subject: Tweak for modified API. X-Git-Tag: CPAN-v1.02~54^2~1187 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=095f63eb4032d8e3c887dc315d540b94343c30c6 Tweak for modified API. --- diff --git a/irspy.pl b/irspy.pl index 60bfe35..5628a3a 100755 --- a/irspy.pl +++ b/irspy.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# $Id: irspy.pl,v 1.3 2006-05-22 16:43:36 mike Exp $ +# $Id: irspy.pl,v 1.4 2006-06-07 17:04:52 mike Exp $ # # Run like this: # YAZ_LOG=irspy perl -I lib irspy.pl -t "bagel.indexdata.dk/gils z3950.loc.gov:7090/Voyager" localhost:1313/IR-Explain---1 @@ -30,7 +30,4 @@ if (!defined $targetList && !$opts{a}) { my $spy = new Net::Z3950::IRSpy($dbname); $spy->targets($targetList) if defined $targetList; $spy->initialise(); -my $query = $spy->query(); -my $n = $spy->hitcount(); -print "found $n records from query: $query\n"; $spy->check();