From: mike Date: Fri, 7 Apr 2006 12:36:34 +0000 (+0000) Subject: Add example invocation. X-Git-Tag: cpan_1_22~204 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=274f20e3a7cdc56cf22657598c5b94d6baaa8358;hp=8b4d5cf136c8c0dfcfec9758a9265d1ebea945ac;p=ZOOM-Perl-moved-to-github.git Add example invocation. --- diff --git a/samples/net-z3950-zoom/async.pl b/samples/net-z3950-zoom/async.pl index b9b8516..9341168 100644 --- a/samples/net-z3950-zoom/async.pl +++ b/samples/net-z3950-zoom/async.pl @@ -1,7 +1,9 @@ -# $Id: async.pl,v 1.1 2006-04-07 12:29:12 mike Exp $ +# $Id: async.pl,v 1.2 2006-04-07 12:36:34 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 async.pl z3950.loc.gov:7090/Voyager bagel.indexdata.com:210/gils endeavor.flo.org:7090/Voyager mineral use strict; use warnings;