Help for this page

Select Code to Download


  1. 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;
    
  2. or download this
    .project
    10B.xml
    ...
    atom.pdb
    Bio_SeqIO.pl
    ...
    
  3. or download this
    use strict;
    use warnings;
    ...
    my @files = File::Find::Rule->file()->in( $dir );
    
    print "$_\n" for nsort @files;
    
  4. or download this
    5a.xml
    6adh.pdb
    ...
    atom.pdb
    Bio_SeqIO.pl
    Book1.xls