. .. #### my @dots = grep { ! /^\./} readdir(DIR); #### my @dots = glob("*"); # adjust argument to glob as needed