Help for this page
print "string:", $java{aaa}[0];
push(@{$java{aaa}}, $element); # or: $java{aaa}[$index] = $element;