Help for this page
my @txt = glob("$dir/*.txt");
while ( defined(my $txt = glob("$dir/*.txt")) ) { }