in reply to
simple way to rm -rf non empty directories
Check out
File::Path
. This provides functionality similar to the unix "rm -r" command.
Comment on
Re: simple way to rm -rf non empty directories
In Section
Seekers of Perl Wisdom