A
anil
Hi,
I need a small help, how shall i call shell script and java
program in the perl?
I am using the following snippet of code,
system("sample.sh");
system("java test");
In the "sample.sh" i have set some environmental variables, but the
environment variables which are set in the sample.sh are not used by
the java pgm.
Is there any other way to achieve this functionality?
Thanks & Regards
Anil.
I need a small help, how shall i call shell script and java
program in the perl?
I am using the following snippet of code,
system("sample.sh");
system("java test");
In the "sample.sh" i have set some environmental variables, but the
environment variables which are set in the sample.sh are not used by
the java pgm.
Is there any other way to achieve this functionality?
Thanks & Regards
Anil.