in reply to perl script to print just directory names
use [mod://File::Find::Rule]; my @dirs = find( directory =>in =>[ 'C:\ +Input' ]); [download]