$thispath = 'd:\my documents\my other stuff\*.*'; print "thispath is [$thispath]\n"; @thisdir = glob($thispath); foreach $thisfile (@thisdir) { print " Found [$thisfile]\n"; }