Help for this page
#local $| = 1; #$| = 0; ... #use IO::Handle; #STDERR->autoflush(1); #STDOUT->autoflush(1);
$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;