in reply to PGP Version 6.5.8 command to use to decrypt a file using perl script
If you want to know how you can run external programs, the easy answer is something like this:
If you want to know the arguments for pgp, you should probably look at the PGP command line documentation, which I found by typing pgp 6.5.1 into google.system("/path/to/command_name argument1 argument2") && die "Can't run +command: $!";
|
|---|