in reply to Re^3: system command with arguments Error
in thread system command with arguments Error

Please do output $? and $^E in your error message when system fails.

system($cmd) == 0 or die "system $cmd failed: $? / $^E"