I've tried using the perl system command to call a korn shell script which among other things basically it sets some paths and it takes 2 parameters as input... When I callit manually from a terminal it works fine, but when calling it from a perl script it does not set my paths as desired...
Here is how I call it from my perl script:
system "k-script parm1 parm2";
Any Ideas ???
Here is how I call it from my perl script:
system "k-script parm1 parm2";
Any Ideas ???