Hi,
I have a legacy perl module written about 5 years back and now we are
writing a enterprise Java application that encapsulates the business
logic written in Perl.
Now the method in perl takes a hash as a parameter like <code>
sub do_search {
my %args = @_;
</code>
Is it possible with Inline Java to be able to directly pass in a hash
object and retrieve hash objects? Or if that is not possible, what is
the alternative way of doing this?
Thanks for your replies.
Shankar
