in reply to How do I recursively process every file in a given directory?
if ($_ =~ /^\..?.?$/) { next; }
Originally posted as a Categorized Answer.