Help for this page
foreach $one (@ARGV) { open(STDOUT, ">/dev/null"); ... # this is what I'd like to be printed to STDOUT. print "Done with backups for this machine."; }