Help for this page

Select Code to Download


  1. or download this
    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.";
    }