Help for this page
Select Code to Download
Select
or
download this
for my $file ( glob( "$somedir/example*.txt" ) ) {
Select
or
download this
for my $file ( grep m#/example(\d+\.)+txt$#, glob( "$somedir/example*.txt" ) ) {