Description
Perl programs can create and remove directory trees recursively with a small, low-overhead helper. This is useful for temporary build directories, test fixtures, cache trees, and generated output folders.
It is a filesystem library. Recursive removal can delete many files, so applications should verify target paths before using it on user-controlled input.