- or download this
use strict;
use threads;
...
$resp = `file_test.pl $path`;
push (@source, "$path\t" . $resp);
}
- or download this
#size_test.pl
use strict;
...
print "Size: ".$size_gb."Mb ($size byte)";
};
- or download this
#file_test.pl
use Win32::OLE qw[in with];
...
}
print "Files: $fCount, folders: $sCount";
};