Help for this page

Select Code to Download


  1. or download this
    $newest =  (sort { -M $a <=> -M $b } <*.log>)[0];
    
  2. or download this
    $newest= (sort { ($m{$a} ||= -M $a) <=> ($m{$b} ||= -M $b) } <*.log>)[
    +0];