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