From 274f20e3a7cdc56cf22657598c5b94d6baaa8358 Mon Sep 17 00:00:00 2001 From: mike Date: Fri, 7 Apr 2006 12:36:34 +0000 Subject: [PATCH] Add example invocation. --- samples/net-z3950-zoom/async.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- 1.7.10.4