in reply to Re^2: Why can't a run a system command?
in thread Why can't a run a system command?

I think coldmiser assumed that qx would capture the error message. But it won't, as it'll go out through STDERR. So redirecting 2>&1 on the command line of qx/backticks will probably allow the script to see what is wrong.