X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=samples%2Fzoom%2Fasync.pl;h=ac3e5f90d30a317a848fe525a98875c82fff43c2;hb=b525331af8ed43b3e8b90ee690a551cd92547f06;hp=d3a958342f7812789226d3083798bd53a73b41b5;hpb=b1dc433d09a7a423b0faf26361c9e2aec7e804bb;p=ZOOM-Perl-moved-to-github.git diff --git a/samples/zoom/async.pl b/samples/zoom/async.pl index d3a9583..ac3e5f9 100644 --- a/samples/zoom/async.pl +++ b/samples/zoom/async.pl @@ -1,9 +1,9 @@ -# $Id: async.pl,v 1.1 2006-04-07 12:58:37 mike Exp $ +# $Id: async.pl,v 1.2 2006-11-02 17:48:26 mike Exp $ # # See ../README for a description of this program. # perl -I../../blib/lib -I../../blib/arch async.pl [...] # for example: -# perl -I../../blib/lib -I../../blib/arch async.pl z3950.loc.gov:7090/Voyager bagel.indexdata.com:210/gils endeavor.flo.org:7090/Voyager mineral +# perl -I../../blib/lib -I../../blib/arch async.pl z3950.loc.gov:7090/Voyager z3950.indexdata.com:210/gils endeavor.flo.org:7090/Voyager mineral use strict; use warnings; @@ -11,7 +11,7 @@ use ZOOM; if (@ARGV < 2) { print STDERR "Usage: $0 target1 target2 ... targetN query\n"; - print STDERR " eg. $0 bagel.indexdata.dk/gils localhost:9999 fish\n"; + print STDERR " eg. $0 z3950.indexdata.dk/gils localhost:9999 fish\n"; exit 1; }