Help for this page
my $extension = '.txt'; my @files = glob("*.tmp"); for my $file (@files) { ... } } }