p5-Data-Buffer

Perl module for creating read/write buffers

WWW CVSWeb GITHub
  1. Package version
    p5-Data-Buffer-0.04p2
  2. Maintainer
    The OpenBSD ports mailing-list

Data::Buffer implements a low-level binary buffer in which you can get
and put integers, strings, and other data. Internally the implementation
is based on "pack" and "unpack", such that Data::Buffer is really a
layer on top of those built-in functions.