in reply to unix commands output
system 'ls > /dev/null'; [download]
If using qx, just discard what is returned:
qx(ls); [download]