Hi all
I’m calling the perl program in apple script using Do shell command.
do shell script "cd" & " " & prgpath & " " & "perl sample.pl" & " " & inputpath
In prgpath, the perl program path is stored.
In inputpath, the input file path is stored.
when i run the script, i’m not getting the output. It does not show any error also. It returned with the “”.
What is happening in my script? Where am i going wrong?
-jacintha