Hi Monks,
I have a perl module calling a java API which returns a hashmap. Now i want to convert this to perl hashes.
What is the best way to do it?
Also, for faster processing, i want to convert the java side hashmap into string form and return the same. I was thinking if eval can be used to generate hashes from this string? What can be the string format formed at java end using the hashamp such that eval can directly convert it to perl hashes?