|
|
| go ahead... be a heretic | |
| PerlMonks |
Re: Quickest way to get a list of all folders in a directoryby tokpela (Chaplain) |
| on Aug 13, 2009 at 14:56 UTC ( #788331=note: print w/ replies, xml ) | Need Help?? |
|
Your backslashes in double quotes represents an escaped character. You could use single quotes:
Or you could use double quotes with multiple escaping to compensate for the escaping: Or, finally, you could use forward slashes:
Also, you should remove any non-directories from your list.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||