perl remove a directory
July 16th, 2007 by Lawrence David
to remove a non-empty directory in perl:
use File::Path;
rmtree(“./temp_dir”);
July 16th, 2007 by Lawrence David
to remove a non-empty directory in perl:
use File::Path;
rmtree(“./temp_dir”);