[ 源代码: libdata-binary-perl ]
软件包:libdata-binary-perl(0.01-1.1)
libdata-binary-perl 的相关链接
Debian 的资源:
下载源码包 libdata-binary-perl:
- [libdata-binary-perl_0.01-1.1.dsc]
- [libdata-binary-perl_0.01.orig.tar.gz]
- [libdata-binary-perl_0.01-1.1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
module for detection of binary versus text in strings
The Data::Binary module provides string equivalents to the -T / -B operators. Since these only work on file names and file handles, this module provides the same functions but on strings.
Note that the actual implementation is currently different, basically because the -T / -B functions are in C/XS, and this module is written in pure Perl. For now, anyway.