in reply to Use of system() considered harmful

I just create a shell script in /bin/sleep 4, and this:
system '/bin/sleep 4', '';

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.