in reply to Data::Dumper: What the Cabal doesn't want you to know.
I'd second SankoR's point about using something like JSON. But for Data::Dumper, see my module Data::Undump::PPI. Data::Dump is a little trickier because its output includes stuff like the range operator, repetition operator, and even MIME::Base64. Of course there's eval, but that's a giant security hole with input that you don't have 100% control over.
|
|---|