Help for this page

Select Code to Download


  1. or download this
    $amount = $amount * 24 * 60 * 60;
    
  2. or download this
    $result =
      grep { /.+\.$suffix$/ and $time - ( $_->stat )[9] >= $amount }
      io($dir)->all;