Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my @dirs = sort readdir(DIR);
    closedir(DIR);
    print "$path\n\t", Dumper(\@dirs);
    
  2. or download this
    C:\tmp>test.pl "C:\Documents and Settings\z6and\Desktop\x"
    C:\Documents and Settings\z6and\Desktop\x
    ...
              '328-24.08.2006-14.30',
              '335-25.08.2006-06.40'
            ];
    
  3. or download this
    C:\tmp>test.pl "C:\Documents and Settings\z6and\Desktop\x"
    C:\Documents and Settings\z6and\Desktop\x
    ...
              '.',
              '..'
            ];