in reply to Data::Dumper is not quite what I want.

I used to think serializing coderefs was what I wanted. It turned out that I could have simply put the code of the coderefs into a class, then serialize an object of that class, then simply call the object methods after reblessing/creating the object.

Carter's compass: I know I'm on the right track when by deleting something, I'm adding functionality

  • Comment on Re: Data::Dumper is not quite what I want.