fazedandconfused has asked for the wisdom of the Perl Monks concerning the following question:
my @HighFolders; my $Highpath="D:/FSA/Recordings/"; use File::Util; my($hf) = File::Util->;new(); my(@HighFolders) = $hf->;list_dir($Highpath,'--dirs-only');
foreach $lf(@Highfolders) use File::Util; my($lf) = File::Util->;new(); my(@Lowfolders) = $lf->;list_dir($lf,'--dirs-only); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Deleting folders based on name.
by Marshall (Canon) on Oct 18, 2010 at 15:39 UTC | |
|
Re: Deleting folders based on name.
by halfcountplus (Hermit) on Oct 18, 2010 at 15:54 UTC | |
|
Re: Deleting folders based on name.
by fazedandconfused (Novice) on Oct 21, 2010 at 08:54 UTC |