Hi All,

I need to call (run/execute) sample.sh file from the windows perl file.

I know in linux it can be called as `sample.sh`;
but that is not working in window XP.

Here my Sample.sh is setting environment variables such as JAVA_HOME, PATH, CLASPATH etc.

As "sample.sh" is not executed within the perl file, all paths are getting messed up.

I also tried to...