[ Source: libfile-find-wanted-perl ]
Package: libfile-find-wanted-perl (1.00-1.1)
Links for libfile-find-wanted-perl
Debian Resources:
Download Source Package libfile-find-wanted-perl:
- [libfile-find-wanted-perl_1.00-1.1.dsc]
- [libfile-find-wanted-perl_1.00.orig.tar.gz]
- [libfile-find-wanted-perl_1.00-1.1.debian.tar.xz]
Maintainers:
External Resources:
- Homepage [search.cpan.org]
Similar packages:
more obvious wrapper around File::Find
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 );
Other Packages Related to libfile-find-wanted-perl
|
|
|
|
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
Download libfile-find-wanted-perl
Architecture | Package Size | Installed Size | Files |
---|---|---|---|
all | 8.3 kB | 29.0 kB | [list of files] |