Hello Perl Monks,
I am trying to run a Unix ksh script from my perl script. What I find happening is that the perl program is interpeting the ksh script as a perl script and is failing. Can some one help me with this one.
Here is an example of what I am doing:
` . ksh build.ksh `;
or this
system (". ksh build.ksh ");