aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-Dumper/pkg-descr
blob: 632278e91b198ae566dacd186a8808212f85c355 (plain) (blame)
1
2
3
4
5
6
7
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.