http://qs321.pair.com?node_id=1041644


in reply to Re: Crypt::OpenPGP encryption signature
in thread Crypt::OpenPGP encryption signature

Why not create a module which simply invokes GnuPG's gpg command for your needs? If and when there is a Perl module with more complete support, you can revise your module to use it.

<radiant.matrix>
Ramblings and references
“A positive attitude may not solve all your problems, but it will annoy enough people to make it worth the effort.” — Herm Albright
I haven't found a problem yet that can't be solved by a well-placed trebuchet
  • Comment on Re^2: Crypt::OpenPGP encryption signature

Replies are listed 'Best First'.
Re^3: Crypt::OpenPGP encryption signature
by Anonymous Monk on Jun 30, 2013 at 20:42 UTC

    Why not create a module which simply invokes GnuPG's gpg command for your needs? If and when there is a Perl module with more complete support, you can revise your module to use it.

    beecause eeet eexists :) GnuPG - Perl module interface to the GNU Privacy Guard (v1.x.x series)
    GnuPG::Interface - Perl interface to GnuPG