On Wed, Mar 5, 2008 at 11:03 AM, Sean Carolan scarolan@gmail.com wrote:
The variables are not exported when I call Perl. This is what I am trying to do. How do I get those variables to be available to the bash "system" commands within the script?
system("source ~/.keychain/hostname-sh; cmd");
Is this what you're looking for?
Filipe