in reply to Re^5: Shortcutting namespaces in Inline::Java
in thread Shortcutting namespaces in Inline::Java

Yes, but in this example I would want to be able to call
my $hm = HashMap->new(); #instead of my $hm = java::util::HashMap->new();
in the Perl code, and that doesn't seem to work.

                - Ant
                - Some of my best work - (1 2 3)