X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=blobdiff_plain;f=ztest.pl;fp=ztest.pl;h=0f76d5f824185df4704e1b721205a9526d161cf6;hp=f0a224ec0322eba1f57fc62a0a25c5426698d107;hb=6c0096c7c956185f97f49da3a5504a67227b855a;hpb=03aac9fd7958d065157b3c5878bf5a7c76420a0f diff --git a/ztest.pl b/ztest.pl index f0a224e..0f76d5f 100755 --- a/ztest.pl +++ b/ztest.pl @@ -55,6 +55,7 @@ sub my_scan_handler { $args->{NUMBER} = 10; $args->{ENTRIES} = $entries; + $args->{STATUS} = Net::Z3950::SimpleServer::ScanPartial; print "Welcome to scan....\n"; print "You scanned for term '$term'\n"; } @@ -128,7 +129,15 @@ $handler->launch_server("ztest.pl", @ARGV); ## $Log: ztest.pl,v $ -## Revision 1.8 2001-08-24 14:00:20 sondberg +## Revision 1.9 2001-08-29 11:48:36 sondberg +## Added routines +## +## Net::Z3950::SimpleServer::ScanSuccess +## Net::Z3950::SimpleServer::ScanPartial +## +## and a bit of documentation. +## +## Revision 1.8 2001/08/24 14:00:20 sondberg ## Added support for scan. ## ## Revision 1.7 2001/03/13 14:20:21 sondberg