in reply to Is there any module to use perl Api's with return values Hash and array in my java code
If I understand correctly what you want, I see two possible ways, both of which are cool if they immediately work for you and very, very ugly if they don't:
If neither of the two ways works for you, I recommend communicating through a database or the filesystem - both languages have enough facilities to conveniently access the shared resource. Of course, then you will have to write your own code to serialize and deserialize the data, but maybe you can hack a storage for Java hibernate together which nicely deserializes in Perl.
|
|---|