in reply to running perl scripts from other perl scripts.

fmogavero,

For the pgp, try looking at the several pgp modules. For the other system call, you could do something like this:

<bold>note: untested code</bold>

or maybe even simpler
$ARGV[0] = "whatever"; do 'somescript.pl'
-derby