We have a small perl script that retrieves file from the ftp server and decrypts the file. We are declaring PGPPATH and PGPPASS variables in the script and using PGP + Force {file name} to decrypt the file. The script works while we execute it from the command line. However, when we run it via cron, none of the PGP related commands work. (i.e. the file is not decrypted). Any suggestions?