in reply to
How to list all the subdirectories in a directory
hi, <code> print `ls -lthr | grep ^d`; or system ("ls -lthr | grep ^d"); The above command will list all the sub directories. --Look for and find opportunities where others see nothing
Comment on
Re: How to list all the subdirectories in a directory
In Section
Seekers of Perl Wisdom