- or download this
chdir($workdir) or die "Unable to enter dir $workdir:$!\n";
...
...
...
}
...
- or download this
use File::Spec::Functions qw( catfile );
...
$|=1; # Turn off I/O buffering
ScanDirectory($ARGV[0]);
- or download this
use File::Spec::Functions qw( catfile );
...
$|=1; # Turn off I/O buffering
ScanDirectory($ARGV[0]);