RE: help with pipes

2002-10-14 Thread david
you make a couple mistakes... see below... David Gerler wrote: > > > if ($OS eq "windows") { > $outfile = ".\\$scratchPad\\"."temp1.txt"; > $cmd = "c:\\gnupg\\gpg -ea -r ezbid > $outfile"; you are rediecting the output to a file. if you try to read from STDOUT again later, you won't see them..

Re: Help with pipes

2002-10-14 Thread david
David Gerler wrote: > I have successfully pipe a print statement to gpg. My problem is coming in > when I try to get it back out via a pipe. Can anyone tell me, is it > possible to send data to a another program and the output back with out > writing it to a file? > > This is my code to pipe it

Re: help with pipes

2002-10-14 Thread zentara
On Sun, 13 Oct 2002 10:30:06 -0400, [EMAIL PROTECTED] (David Gerler) wrote: >I have successfully piped a print statement to gpg. My problem is >coming in >when I try to get it back out via a pipe. Can anyone tell me, is it >possible >to send data to a another program and the output back with out

RE: help with pipes

2002-10-13 Thread David Gerler
David Gerler <[EMAIL PROTECTED]> wrote: > I have successfully piped a print statement to gpg. My problem > is coming in when I try to get it back out via a pipe. Can anyone > tell me, is it possible to send data to a another program and the > output back with out writing it to a file? Try the st

Re: help with pipes

2002-10-13 Thread John W. Krahn
David Gerler wrote: > > I have successfully piped a print statement to gpg. My problem is > coming in when I try to get it back out via a pipe. Can anyone tell > me, is it possible to send data to a another program and the output > back with out writing it to a file? > > I want to change the met

Re: help with pipes

2002-10-13 Thread Steve Grazzini
David Gerler <[EMAIL PROTECTED]> wrote: > I have successfully piped a print statement to gpg. My problem > is coming in when I try to get it back out via a pipe. Can anyone > tell me, is it possible to send data to a another program and the > output back with out writing it to a file? Try the

help with pipes

2002-10-13 Thread David Gerler
I have successfully piped a print statement to gpg. My problem is coming in when I try to get it back out via a pipe. Can anyone tell me, is it possible to send data to a another program and the output back with out writing it to a file? I want to change the method of piping because of some stran

Help with pipes

2002-10-13 Thread David Gerler
I have successfully pipe a print statement to gpg. My problem is coming in when I try to get it back out via a pipe. Can anyone tell me, is it possible to send data to a another program and the output back with out writing it to a file? This is my code to pipe it to gpg: sub scramble { my $numbe