in reply to Re^3: system command with arguments Errorin 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" [download]