![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
(Solution) Re: Data::Dumper Limitationsby jplindstrom (Monsignor) |
on Oct 31, 2002 at 23:47 UTC ( #209592=note: print w/replies, xml ) | Need Help?? |
I have run into this problem. When the data structure went above a certain size, the memory consumption went through the roof.
The solution/workaround is this:
This will (among other things, perldoc it) make it use the pure Perl implementation which doesn't seem to have this problem. Ok, it's slower for small data structures (so who cares?), but it works for large ones.
In Section
Seekers of Perl Wisdom
|
|