- or download this
#!/usr/bin/perl
# gpg.pl
...
open(OUT, ">testfile");
print OUT $ciphertext, "\n";
close(OUT);
- or download this
#!/usr/bin/perl
# gupg.pl
...
die "Decryption failed: ", $pgp->errstr unless $plaintext;
print $plaintext, "\n";
- or download this
#!/usr/bin/perl
# gpg.pl
...
);
$sth->execute($ciphertext) || die $dbh->stderr;
- or download this
#!/usr/bin/perl
# gupg.pl
...
die "Decryption failed: ", $pgp->errstr unless $plaintext;
print $plaintext, "\n";