in reply to Can I do this ???
The 'thing.pl' perl script runs in the same subshell as the script, and should be able to pickup environment variable changes. It can then use some sort of IPC to pass the env. block back to the parent (or even save it in a file).my $status = system('(shs01.sh;thing.pl)');
|
|---|