mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 20:40:35 -04:00
8 lines
436 B
Plaintext
8 lines
436 B
Plaintext
The Perl 5 module Data::Dump::Streamer provides functions to accurately
|
|
serialize a data structure as Perl code. Given a list of scalars
|
|
or reference variables their contents can be written out in perl
|
|
syntax. The references can also be objects. The contents of each
|
|
variable is output using the least number of Perl statements as
|
|
convenient, usually only one. Self-referential structures, closures,
|
|
and objects are output correctly
|