change "z3950.loc.gov:7090" in documentation and examples, ZOOM-23
[ZOOM-Perl-moved-to-github.git] / samples / zoom / trivial-async.pl
index 1f588be..d36d827 100644 (file)
@@ -1,5 +1,5 @@
 use ZOOM;
-@servers = ('z3950.loc.gov:7090/Voyager',
+@servers = ('lx2.loc.gov:210/LCDB',
            'z3950.indexdata.com:210/gils',
            'agricola.nal.usda.gov:7190/Voyager');
 for ($i = 0; $i < @servers; $i++) {