in reply to Unexpected Data::Dumper results
$Data::Dumper::Purity = 1;
It leads to the following output:
$VAR1 = { 'shared' => \'true', 'parents' => [ { 'isRoot' => do{my $o} } ] }; $VAR1->{'parents'}[0]{'isRoot'} = $VAR1->{'shared'};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Unexpected Data::Dumper results
by tqisjim (Beadle) on Apr 27, 2013 at 18:04 UTC |