in reply to Re^4: Problems with qx
in thread Problems with qx

ask perl, why it can not execoue the file:
system("your prog") == 0 or die "system failed: $?";
then look into your error log, what error you get. Fix it and replace the system call with qx again.
Boris