in reply to How can I convert hash to string and back again?
That's not correct, both are designed to produce perl code which can be evaled . Furthermore is Data::Dumper a core module.
Though there are traps when dealing with special structures like objects and recursive references (similar with JSON)
As long as you are only dealing with hashes, arrays and "normal" scalars (like strings) you should be more than fine.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How can I convert hash to string and back again?
by sebastiannielsen2 (Novice) on Mar 02, 2015 at 21:30 UTC | |
by LanX (Saint) on Mar 02, 2015 at 21:41 UTC |