in reply to Re^3: In need of a Dumper that has no pretentions to being anything else.
in thread In need of a Dumper that has no pretentions to being anything else.
which can't be evaluated correctly by Perl's eval but it does contain all the necessary information. A human can see what's going on and it's probably possible to write something that would reconstruct the correct sturucture but it would involve some sort of constraint solver.$VAR1 = [ \1, { 'key' => ${$VAR1->[0]} } ];
Purity just controls whether it should be compatible with eval(). Even with Purity=0, this information should be preserved otherwise certain structures would have identical output even though they're not identical.
Deepcopy controls whether we care about cross references so it definitely should be dropped when you have Deepcopy=1.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: In need of a Dumper that has no pretentions to being anything else.
by demerphq (Chancellor) on Feb 23, 2005 at 20:10 UTC | |
by fergal (Chaplain) on Feb 23, 2005 at 20:59 UTC | |
by demerphq (Chancellor) on Feb 23, 2005 at 23:27 UTC | |
by fergal (Chaplain) on Feb 24, 2005 at 01:50 UTC | |
by BrowserUk (Patriarch) on Feb 24, 2005 at 04:26 UTC | |
by demerphq (Chancellor) on Feb 24, 2005 at 07:54 UTC |