How do i open a new shell from perl script and continue to execute rest of statements without exiting the new shell.
update:
some 1 has written a script(say GCC.pl) which sets up few setenv's and creates a new shell and exists the scripts. now the setenv's are accessible, the another script access those setenv's to run.
I want to automate it, so that i don't have to run the first script and then the second i want to add both of them in one.
Thanks