Help for this page

Select Code to Download


  1. or download this
    opendir my $dh, $DIR or die "Error opening $DIR: $!";
    my @files = sort { $b->[10] <=> $a->[10] }
    ...
    closedir $dh;
    
    my ($name, @stat) = @{$files[0]};