in reply to Problems with GPG.pm

Yeah, some of the encryption modules work better than others. I've had better luck with GnuPG.
#!/usr/bin/perl use warnings; use strict; use GnuPG; my $gpg = new GnuPG(homedir => '/home/zentara/.gnupg'); $gpg->encrypt(plaintext =>"Gnufile.txt", output => "Gnufile.gpg", recipient =>"zentara\@zentara.net",armor=>"1"); exit;
I did have to fix line 267 of GnuPG.pm, and single quote a string, but after that it worked fine.

I'm not really a human, but I play one on earth. flash japh