RE: another newb question

2001-05-21 Thread Yacketta,Ronald J
-up perl script he dolled out. @output = qw(nsrclone -S -f - @ssids); but, to me that looks like it is a no go -Ron -Original Message- From: Paul [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 12:05 PM To: Yacketta,Ronald J; [EMAIL PROTECTED] Subject: Re: another newb question

Re: another newb question

2001-05-21 Thread Paul
--- "Yacketta,Ronald J" <[EMAIL PROTECTED]> wrote: > > I need to be able to run a system command and pass it the entire > @ssids array at once as stdin, not individually. > the command line looks like this > nsrclone -b Clone -S -f - < clone_file > I see how I can do all of that, except how

Re: another newb question

2001-05-21 Thread Peter Scott
At 11:49 AM 5/21/01 -0400, Yacketta,Ronald J wrote: >I need to be able to run a system command and pass it the entire @ssids >array at once as stdin, not individually. >the command line looks like this >nsrclone -b Clone -S -f - < clone_file >I see how I can do all of that, except how to pass the