From 4c3fdc54c3f333c976bf4eec94c69de75f8d8d4c Mon Sep 17 00:00:00 2001 From: mike Date: Fri, 7 Apr 2006 12:15:03 +0000 Subject: [PATCH] Tweak comment about asynchronous record display to point at new "async.pl" --- samples/net-z3950-zoom/zoomtst3.pl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/samples/net-z3950-zoom/zoomtst3.pl b/samples/net-z3950-zoom/zoomtst3.pl index b3a89d1..16c1440 100644 --- a/samples/net-z3950-zoom/zoomtst3.pl +++ b/samples/net-z3950-zoom/zoomtst3.pl @@ -1,4 +1,4 @@ -# $Id: zoomtst3.pl,v 1.4 2006-04-07 10:59:18 mike Exp $ +# $Id: zoomtst3.pl,v 1.5 2006-04-07 12:15:03 mike Exp $ # # See ../README for a description of this program. # perl -I../../blib/lib -I../../blib/arch zoomtst3.pl [...] @@ -41,7 +41,11 @@ while ((my $i = Net::Z3950::ZOOM::event(\@z)) != 0) { my $ev = Net::Z3950::ZOOM::connection_last_event($z[$i-1]); print("connection ", $i-1, ": event $ev (", Net::Z3950::ZOOM::event_str($ev), ")\n"); - ### It would be nice to display results as they come in. + # It would be nice to display results as they come in, but the + # ability to do so is dependent on the END event, which was + # introduced only in YAZ 2.1.17. If you have a sufficiently new + # YAZ, please use the alternative "async.pl", which is similar to + # this program except in its asynchronous display. } # No more to be done. Inspect results -- 1.7.10.4