blob: 4a444b7e9e9ec1860224e8a6e9de0e4b0473387e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
Given a list of scalars or reference variables, writes out their contents in
perl syntax. The references can also be objects. The contents of each variable
is output in a single Perl statement. Handles self-referential structures
correctly.
The return value can be evaled to get back an identical copy of the original
reference structure.
WWW: http://search.cpan.org/dist/Data-Dumper/
|