in reply to Use of system() considered harmful
system '/bin/sleep 4', ''; [download]
calls the shell script instead of /bin/sleep with argument 4.
I don't know how many programs take offense from a single, empty argument.