in reply to Re: Does Data::Dumper have a memory leak?
in thread Does Data::Dumper have a memory leak?

You were reluctant about moving to Storable? Why? It's faster and is generally considered a better solution on the mailing lists I frequent.
  • Comment on Re: Re: Does Data::Dumper have a memory leak?

Replies are listed 'Best First'.
Re: Re: Re: Does Data::Dumper have a memory leak?
by jplindstrom (Monsignor) on Sep 08, 2001 at 05:33 UTC
    In this case I cared for the human-readable aspect of the output.

    Being able to edit saved text files is a nice feature in many cases.

    /J