in reply to Re: Code hanging with Crypt OpenPGP
in thread Code hanging with Crypt OpenPGP
Instead of:my $plaintext = do{local $/;<$in>};
Still hangs on this line for me:my $plaintext = do{local $/;<INFILE>};
my $ct = $pgp->encrypt( Key => $cert, Data => $plaintext, Armour => 1 +) or die "ERROR: " . $pgp->errstr;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Code hanging with Crypt OpenPGP
by kennethk (Abbot) on Nov 12, 2013 at 19:30 UTC | |
by Anonymous Monk on Nov 12, 2013 at 19:54 UTC |