in reply to Re: Checking for Directories
in thread Checking for Directories

Or you could try something like this.
my @n = grep { -d $_ } <*>;