2003-05-06 19:40:18 +02:00
|
|
|
Data::Buffer implements a low-level binary buffer in which you can get and
|
|
|
|
put integers, strings, and other data. Internally the implementation is
|
2001-10-02 02:38:23 +02:00
|
|
|
based on "pack" and "unpack", such that Data::Buffer is really a layer on top
|
|
|
|
of those built-in functions.
|