Backticks do not capture STDERR, so if your command simply fails to run, you won’t see anything. Capturing STDERR is probably your first avenue of approach to troubleshoot. A related discussion:
You could try redirecting STDERR to STDOUT for troubleshooting. There are more robust methods using additional modules.