Help for this page
#!/usr/bin/perl -w ... my @files = glob('*.dat'); print Dumper(\@files);
$VAR1 = [ 'lc.dat' ];
$VAR1 = [ 'lc.dat', 'uc.DAT' ];