http://qs321.pair.com?node_id=754765


in reply to Re: Data::Dumper question
in thread Data::Dumper question

Here's another problem -- when you set the thing to be dumped via Values(), the Dumper object retains a reference to the thing to be dumped.

It would be a lot nicer if it would just hold on to the dumpee only for the duration of the Dump call.