libstring-binary-interpolation-perl 1.0.0-1 source package in Ubuntu

Changelog

libstring-binary-interpolation-perl (1.0.0-1) unstable; urgency=low

  * Initial release (closes: #1054886).

 -- gregor herrmann <email address hidden>  Sat, 28 Oct 2023 02:56:36 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libstring-binary-interpolation-perl_1.0.0-1.dsc 2.4 KiB ff41ae99f4d3481730315a1daf2077815535c244d624f3d56f302e7a58fab581
libstring-binary-interpolation-perl_1.0.0.orig.tar.gz 11.2 KiB da55d89824c1add9e2aa958ff0ea482f26822e4248ed33a8d6b4fbbd77588af1
libstring-binary-interpolation-perl_1.0.0-1.debian.tar.xz 1.9 KiB 23513848c7707122355e4ea8782a3a7b0a6ab681372e5c2341ede33c9c709d2a

No changes file available.

Binary packages built by this source

libstring-binary-interpolation-perl: 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.