mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
Data::Binary 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. WWW: https://metacpan.org/release/Data-Binary
9 lines
396 B
Text
9 lines
396 B
Text
Data::Binary 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.
|
|
|
|
WWW: https://metacpan.org/release/Data-Binary
|