Help for this page
find(sub { findNewerThan(days(5)) }, $file_dir_root);
my $days = days(5); find(sub { findNewerThan($days) }, $file_dir_root);