Description
Perl applications can remove files and directories through a reusable library interface. This is useful for cleanup tasks, uninstall helpers, temporary workspaces, and build systems.
It is a filesystem library with destructive behavior. Programs using it should verify paths carefully, especially before recursive removal or when paths come from users.