Help for this page

Select Code to Download


  1. or download this
    my $gpg = new Crypt::GPG;
    $gpg->gpgbin('/usr/bin/gpg');
    ...
    # Breaks
    my ($cleartxt, $signature) = $gpg->verify(\@encrypted);
    print "$signature\n\n$cleartxt\n";
    
  2. or download this
    Can't use string ("0x2F7B366A") as a HASH ref while "strict refs" in u
    +se at /usr/lib/perl5/vendor_perl/5.8.6/Crypt/GPG.pm line 176.