in reply to Swiss army knife module for files?
I personally usually reach for Path::Class and File::Find::Rule. If for some reason I don't want to introduce extra dependencies (for example, I'm writing a module and I only need one of the features), then Perl's core File::* modules do just about everything I need: File::Spec::Functions, fileparse from File::Basename, File::Copy, File::Path, File::Temp, File::Find, and File::stat.
|
|---|