Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    2004-03-19 01:29p 992,907 lmo.dll
    2004-04-08 03:23p 24,576 efg.dll
    2004-03-11 08:04a 1,036,288 stu.dll
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    for ( sort glob "*.dll" ) {
        print "$_ : ", -s, "\n";
    }