Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    push @age_order, $files{$_} for ( sort {$a<=>$b} keys %files );
    
    print "Newest file in $path is: $age_order[0]\n";