libfile-find-wanted-perl

more obvious wrapper around File::Find

Description

File::Find::Wanted provides a find_wanted() function, which does what File::Find's find() does but in a more obvious way: To get a list of all files ending in .jpg, simply call

   @files = find_wanted( sub { -f && /\.jpg$/ }, $dir );

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://search.cpan.org/dist/File-Find-Wanted/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libfile-find-wanted-perl