my @dots = grep { -f } readdir(DIR); #### my @dots = grep { /\.jpg\z/i } readdir(DIR);