- or download this
use strict;
use warnings;
...
my @files = File::Find::Rule->file()->in($dir);
print "$_\n" for sort { lc $a cmp lc $b } @files;
- or download this
.project
10B.xml
...
atom.pdb
Bio_SeqIO.pl
...
- or download this
use strict;
use warnings;
...
my @files = File::Find::Rule->file()->in( $dir );
print "$_\n" for nsort @files;
- or download this
5a.xml
6adh.pdb
...
atom.pdb
Bio_SeqIO.pl
Book1.xls