in reply to Calling Java applet from Perl

You could have a look at the Java module on CPAN, it allows to call Java code from Perl (instantiate object, perform method calls).

Java::Inline might also be worth a look.

Hope this helps, -gjb-

Replies are listed 'Best First'.
Re: Re: Calling Java applet from Perl
by Hammy (Scribe) on Dec 04, 2002 at 03:46 UTC
    Thanks gjb, I'll give it a try.