String::Binary::Interpolation interpolates some random byte into a string:
.
use String::Binary::Interpolation;
my $binary = "ABC${b01000100}E";
.
The module creates a bunch of variables named from $b00000000 to $b11111111
and their values are the corresponding characters.
Installed Size: 24.6 kB
Architectures: all