alain_desilets has asked for the wisdom of the Perl Monks concerning the following question:
But then, when the dumper encounters the references to functions, it outputs the following message: Encountered CODE ref, using dummy placeholder at C:/Perl/lib/Data/Dumper.pm line 190. If I set Purity to undef, then that message does not appear, but then the duplicate references are read as separate instances. Is there a way around this issue? Thx Alain Désiletslocal $Data::Dumper::Purity = 1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Avoiding the "Encountered CODE ref" message when using Data::Dumper
by ikegami (Patriarch) on Sep 12, 2011 at 19:38 UTC |