Help for this page

Select Code to Download


  1. or download this
    use 5.020;
    
    ...
    @files = sort { $last_modified{ $a } <=> $last_modified{ $b } } @files
    +;
    
    say $files[0];