Typo in AGRICOLA target-string.
[ZOOM-Perl-moved-to-github.git] / samples / zoom / trivial-async.pl
index 9a165f4..43cea2c 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:7190/Voyager');
 for ($i = 0; $i < @servers; $i++) {
     $z[$i] = new ZOOM::Connection($servers[$i], 0,
                                  async => 1, # asynchronous mode