Help for this page

Select Code to Download


  1. or download this
    find(sub { findNewerThan(days(5)) }, $file_dir_root);
    
  2. or download this
    my $days = days(5);
    find(sub { findNewerThan($days) }, $file_dir_root);