I am having problem with a Java program that calls a Perl/CGI Script, creates a hash and returns. A simple example looks like this:
Perl Script:
------------------------------------------------------------------------------------
sub createHash{
%hashTable = ();
$hashTable{"first"} = 1; #...