[ 源代码: libfile-remove-perl ]
软件包:libfile-remove-perl(1.61-2)
libfile-remove-perl 的相关链接
Debian 的资源:
下载源码包 libfile-remove-perl:
- [libfile-remove-perl_1.61-2.dsc]
- [libfile-remove-perl_1.61.orig.tar.gz]
- [libfile-remove-perl_1.61-2.debian.tar.xz]
维护小组:
- Debian Perl Group (QA 页面, 邮件存档)
- Damyan Ivanov (QA 页面)
- gregor herrmann (QA 页面)
- Salvatore Bonaccorso (QA 页面)
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Perl module to remove files or directories
File::Remove::remove removes files and directories. It acts like /bin/rm, for the most part. Although unlink can be given a list of files, it will not remove directories; this module remedies that. It also accepts wildcards, * and ?, as arguments for filenames.