Binary package “libstring-binary-interpolation-perl” in ubuntu oracular

module to make it easier to interpolate binary bytes into a string

 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.