in reply to Re: Memory leaks and reference counting within Perl.
in thread Memory leaks and reference counting within Perl.

Total shot in the dark here, but...perhaps Data::Dumper might be of some help?

Not unless you have some need to dump the datastructure. Doesn't have much to do with the question of lexical scoping, reference counts, and garbage collection though.


Dave

  • Comment on Re^2: Memory leaks and reference counting within Perl.

Replies are listed 'Best First'.
Re^3: Memory leaks and reference counting within Perl.
by demerphq (Chancellor) on Jan 07, 2005 at 16:27 UTC

    Well there is the point that using a module such as Data::Dumper or Data::Dump::Streamer (with the former in Purity() mode) you would at least readily notice any cyclic references in the data structure.

    ---
    demerphq