[ ソース: libdata-binary-perl ]
パッケージ: libdata-binary-perl (0.01-2)
libdata-binary-perl に関するリンク
Debian の資源:
libdata-binary-perl ソースパッケージをダウンロード:
- [libdata-binary-perl_0.01-2.dsc]
- [libdata-binary-perl_0.01.orig.tar.gz]
- [libdata-binary-perl_0.01-2.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.