in reply to Re: How to get sub-folder names using Perl?
in thread How to get sub-folder names using perl?
where, why did you use point . there?my $result_path = $dir . '/results';
Also I didn't understand what this part does.next unless -d
And this . '/' . part? Thanks in advance,chdir $dir . '/' . $subdir;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to get sub-folder names using Perl?
by Athanasius (Archbishop) on Mar 08, 2015 at 06:30 UTC |