blob: 1d5901c80c27aed3b56f78afc0f5602752e84cef (
plain)
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. The return value can be evaled to
get back the original reference structure. Bear in mind
that a reference so created will not preserve pointer equalities
with the original reference.
|