*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 fun...
BTROTT/Data-Buffer-0.04 - 28 Jul 2001 07:39:36 UTCThis module provides methods for buffer action...
ALUCAS/Data-AnyXfer-0.1 - 25 May 2020 13:33:44 UTCData::TxnBuffer provides some binary buffering functions, such as basic read/write function for buffer, more convenience r/w methods (read_u32/write_u32, etc), and transaction read method....
TYPESTER/Data-TxnBuffer-0.05 - 27 Jan 2011 00:35:58 UTCData::LineBuffer provides a very rudimentary input push back facility. It provides a layer between the input source and the calling routine which allows data to be pushed back onto the input source for retrieval, as a last in, first out, stack. It is...
DJERIUS/Data-LineBuffer-0.01 - 19 Apr 2002 21:18:56 UTCNOTE: This module is in very alpha state. API may change without any notice until version 0.1. Perl is good for strings, bug not very nice to binary data. This class exactly for that. Data::BinaryBuffer is a data structure similar to the queue, but o...
VOVKASM/Data-BinaryBuffer-0.006 - 02 May 2019 12:30:13 UTCThis module is a Pure Perl implementation for Data::TxnBuffer. See Data::TxnBuffer for more detail....
TYPESTER/Data-TxnBuffer-0.05 - 27 Jan 2011 00:35:58 UTCSee Data::TxnBuffer....
TYPESTER/Data-TxnBuffer-0.05 - 27 Jan 2011 00:35:58 UTCSEMUELF/Data-ParseBinary-0.31 - 09 Mar 2011 15:36:46 UTC
Data::All is based on a few abstracted concepts. The line is a record and a group of records is a collection. This allows a common record storing concept to be used across any number of data sources (delimited file, XML over a socket, a database tabl...
DELANO/Data-All-0.042 - 29 Dec 2008 20:21:30 UTCThis Module provides the ability to read and write sofu files of the versions 0.1 and 0.2. Visit <http://sofu.sf.net> for a description about sofu. It can also read not-so-wellformed sofu files and correct their errors. Additionally it provides the a...
MALUKU/Sofu-0.3 - 28 Jan 2009 10:15:31 UTCThis module is for manipulating data as hierarchical tag/value pairs (Structured TAGs or Simple Tree AGgreggates). These datastructures can be represented as nested arrays, which have the advantage of being native to perl. A simple example is shown b...
CMUNGALL/Data-Stag-0.14 - 18 Sep 2013 05:33:02 UTCData::Direct selects rows from a table and lets you updated them in a memory array. Upon calling the flush method, it erases the records from the table and inserts them from the array. You can supply a WHERE filter to be applied both on query and on ...
SCHOP/Data-Direct-0.05 - 01 Aug 2000 12:02:19 UTCCHTHORMAN/Data-CTable-1.01 - 17 Sep 2002 15:11:05 UTC
TNEF stands for Transport Neutral Encapsulation Format, and if you've ever been unfortunate enough to receive one of these files as an email attachment, you may want to use this module. read() takes as its first argument any file handle open for read...
DOUGW/Convert-TNEF-0.18 - 23 Jul 2012 18:57:57 UTCA Moo class providing read/write access to bit streams including support for numerous variable length codes. Adding new codes as roles is easily done. An adaptive code (ARice) is included that typically will use fewer bits on most inputs than fixed c...
DANAJ/Data-BitStream-0.08 - 16 Aug 2014 03:37:57 UTCPOE::Filter objects plug into the wheels and define how the data will be serialized for writing and parsed after reading. POE::Wheel objects are responsible for moving data, and POE::Filter objects define how the data should look. POE::Filter objects...
MARTIJN/Data-Transform-0.06 - 22 Apr 2009 19:06:52 UTCData::FixedFormat can be used to convert between a buffer with fixed-length field definitions and a hash with named entries for each field. The perl "pack" and "unpack" functions are used to perform the conversions. Data::FixedFormat builds the forma...
PFAUT/Data-FixedFormat-0.04 - 23 Nov 2008 02:48:32 UTCProvides a interface similar to the original SofuD (sofu.sf.net)...
MALUKU/sofu-0.2.9 - 19 Feb 2008 22:29:08 UTCProvides a interface similar to the original SofuD (sofu.sf.net)...
MALUKU/Sofu-0.3 - 28 Jan 2009 10:15:31 UTC