in reply to Re^3: PGP encryption command not working thru Perl Backticks
in thread PGP encryption command not working thru Perl Backticks
my $dataFile = '/opt/ExportedPGPKeys/SampleData.txt'; my $isEncrypted = `pgp -ea +batchmode $dataFile 0xc33721`; #0xc33721 is the public key ID. print " The output value is $isEncrypted \n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: PGP encryption command not working thru Perl Backticks
by kennethk (Abbot) on Oct 08, 2015 at 16:27 UTC |