Help for this page

Select Code to Download


  1. or download this
    my @sorted = sort { 
        (split /\./, $a)[1] cmp (split /\./, $b)[1]
        } @LogAnalyser::LogFileList;
    
  2. or download this
    my @sorted = sort datestamp @LogAnalyser::LogFileList;
    
    ...
        return $left cmp $right;
    }
    }