- or download this
my @files = <*.HTM>;
foreach $file (@files) {
if ($file =~ m/IDX/gi){print $file."\n";}
}
- or download this
ACIDX.HTM
APIDX.HTM
...
- or download this
my @files = <*.HTM>;
foreach $file (@files) {
if ($file = ~m/IDX/gi){print $file."\n";}
}
- or download this
4294967295
4294967295
...