foreach(glob('d:\*')){ if(-d $_){ print "Directory: $_\n"; } }