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 standard IPC::Open2 module. $ perldoc IPC::Open2 -- Steve perldoc -qa.j | perl -lpe '($_)=m("(.*)")' -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]