Help for this page

Select Code to Download


  1. or download this
    #local $| = 1;
    #$| = 0;
    ...
    #use IO::Handle;
    #STDERR->autoflush(1);
    #STDOUT->autoflush(1);
    
  2. or download this
    $exclude_list = " -x!*RECYCLE.BIN -x!*Thumbs.db -x!*desktop.ini";
    print "$now $package: Exclude List: " . $exclude_list . "\n\n";
    ...
        $trace and print STDOUT $line;
    }
    close $ZIP;