Help for this page
my @files = grep {/_*_.txt/} readdir DIR;
my @files = grep {/\.txt$/} readdir DIR;