I apologise to any puritan monks who may not appreciate this question. I'm using Data::Dumper to store data structures (mainly hashes) which I then want to use in some C++ functions. What is the best way to reconstruct these structures in C++ (as I would with eval/do in perl).
Thanks for any help,
Ntav.
NAPH. not another perl hacker