in reply to Inline Java in a Perl OO Module
Hi,
Put the java code outside, and use the STUDY option. Example from the manual:
use Inline ( Java => 'STUDY', STUDY => ['java.util.HashMap'], );
If it's not enough like this, you can also make a wrapper Class, and use it from ABC Class.
Regards,
|
|---|