X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=samples%2Fzoom%2Fzoomtst3.pl;h=3e76be428389011efb8f82f944a4c296e6d233d6;hb=dfd8c2e37c9b60dc45001aac436cb07f597a745f;hp=478faf17486a7f18ce1a17fbc04dc95210df5bcb;hpb=aa7d98fa64eb70101952b745aeb02f11ed79803f;p=ZOOM-Perl-moved-to-github.git diff --git a/samples/zoom/zoomtst3.pl b/samples/zoom/zoomtst3.pl index 478faf1..3e76be4 100644 --- a/samples/zoom/zoomtst3.pl +++ b/samples/zoom/zoomtst3.pl @@ -1,9 +1,7 @@ -# $Id: zoomtst3.pl,v 1.5 2006-04-07 12:43:28 mike Exp $ -# # See ../README for a description of this program. # perl -I../../blib/lib -I../../blib/arch zoomtst3.pl [...] # for example: -# perl -I../../blib/lib -I../../blib/arch zoomtst3.pl z3950.loc.gov:7090/Voyager bagel.indexdata.com:210/gils endeavor.flo.org:7090/Voyager mineral +# perl -I../../blib/lib -I../../blib/arch zoomtst3.pl lx2.loc.gov:210/LCDB_MARC8 z3950.indexdata.com:210/gils endeavor.flo.org:7090/Voyager mineral use strict; use warnings; @@ -11,7 +9,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; }