in reply to Data::Dumper is not quite what I want.
I see several solutions. You could use tie to change the stringification of your coderefs (I think). You could just emit code to chage the DUMMYies after the Data::Dumper generated code. You could do some sort of parsing of the Data::Dumper output. You could write the thing yourself. You could use another serialization provider that /does/ provide the ablity to hook into it. You could use the Toaster or Freezer methods of Dumper (though I'm not sure how well they'd work for you).
Oh, bingo: See the examples section of the docs, and the Seen method.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Data::Dumper is not quite what I want.
by John M. Dlugosz (Monsignor) on Dec 27, 2002 at 15:54 UTC |