File::Path's rmtree() may be of help here:
use warnings; use strict; use File::Path qw(rmtree); my $dir = 'example'; rmtree $dir or die "can't remove the damned dir $dir!";
I'll leave it up to you to get the directory names and then use rmtree() in a loop.
In reply to Re: Remove an existing, non-empty, directory re: Archive::Zip
by stevieb
in thread Remove an existing, non-empty, directory re: Archive::Zip
by EigenFunctions
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |