Hi,
I'm new to using perl and completly lost.. I'm trying to use the exec command in the following manner
exec 'test.sh -param1 $p1 -param2 $p2'
or die "Can not run test.sh";
but my variables are coming out as being blank when I echo the incoming parameters in my test.sh script ...
Can anyone help???
Thanks
David