in reply to Search for oldest file in directories and its subdirectories

There is a module on CPAN named File::Find::Rule::Age

  • Comment on Re: Search for oldest file in directories and its subdirectories

Replies are listed 'Best First'.
Re^2: Search for oldest file in directories and its subdirectories
by rastoboy (Monk) on Nov 05, 2009 at 09:48 UTC
    I would suggest that the requirement for no "non standard" modules should go. It makes no sense. One might think that that would enhance reliability and platform independence, but really "non standard" modules are just code--just like yours. If they can port your code around, they can port any modules that are needed. It might make sense to move them around with your code, however. Just sayin'.