[Webdev] Re: [ILUG] piping to PGP

Mel mel at csn.ul.ie
Tue Sep 25 10:16:20 IST 2001


On Sat, 22 Sep 2001, Eamon Leonard wrote:

> just wondering if anyone knows if its possible (and if so, how) to pipe to
> PGP from perl. I can do it with GnuPG, but I need to implement this with
> PGP.
>

Same as how you pipe to any program I would imagine

open (APIPE, "|pgp") || die ("Usual error message");

no?

-- 
		Mel

Random wisdom: rm with the su action pack is not a toy





More information about the Webdev mailing list