On Sep 25, 2007, at 4:55 PM, demerphq wrote:
The proper way to get DD to do what I think you want to do is as follows:my $serialized="do{ my " . Data::Dumper->new([$var],['dumped_var']) ->Purity(1) ->Dump() . '$dumped_var }';
I've committed this change in the M::B code. -Ken