I have a problem here .. i know that through child process I cant modify parents' variables.
But just asking if there is a way ...
Here is the problem:
Perl script sets a $ENV{'SSD'} variables & calls system command to invoke a shell script
This works fine
But if I modify the value of the $SSD in shell script .. no change seen in perl script ..
Is there a way to make it work??
Thanks