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

Popular posts from this blog

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -

gtk - Python Window Resize -

c# - read full xml file data over tcp -