passing data structures from java to perl -
I want to pass some data structures from Perl to Java.
In Perl, it should be basically a hash where the key is string and each value is either a hash or hash of a string hash.
Is there a way to dump data from Java that can be easily parsed by a parl?
Comments
Post a Comment