On Wed, 18 May 2005, D. J. Birkett wrote:
> I'm trying to call gpg externally
Why? Can't you just use something like Crypt::GPG?
<http://search.cpan.org/~agul/Crypt-GPG-1.52/GPG.pm>
You could solve this the way you're trying to solve it, but the GPG
module is probably going to be easier.
However, if you're hell-bent on writing coe to interact with another
program like this, Expect is usually the tool to use:
<http://expect.nist.gov/>
<http://www.oreilly.com/catalog/expect/>
<http://search.cpan.org/~djerius/Expect-Simple-0.02/Simple.pm>
--
Chris Devers
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>