[ 原始碼: libfile-find-wanted-perl ]
套件:libfile-find-wanted-perl(1.00-1.1)
libfile-find-wanted-perl 的相關連結
Debian 的資源:
下載原始碼套件 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]
維護小組:
外部的資源:
- 主頁 [search.cpan.org]
相似套件:
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 );
其他與 libfile-find-wanted-perl 有關的套件
|
|
|
|
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language