Search AGRICOLA as well as LC and ID.
authormike <mike>
Wed, 12 Apr 2006 08:42:35 +0000 (08:42 +0000)
committermike <mike>
Wed, 12 Apr 2006 08:42:35 +0000 (08:42 +0000)
samples/zoom/trivial-async.pl

index 9a165f4..b7e6487 100644 (file)
@@ -1,6 +1,7 @@
 use ZOOM;
 @servers = ('z3950.loc.gov:7090/Voyager',
-           'bagel.indexdata.com:210/gils');
+           'bagel.indexdata.com:210/gils',
+           'agricola.nal.usda.gov:71Voyager');
 for ($i = 0; $i < @servers; $i++) {
     $z[$i] = new ZOOM::Connection($servers[$i], 0,
                                  async => 1, # asynchronous mode