I have a perl script which calls another script. I am calling it using backticks and passing argument to that script and it works fine.
`CQPerl call_script.p
Check the value of the perl special variable $? to determine if there was an error.
$?