in reply to Java cooperation

A quick CPAN search for Java reveals many options for communication between Java and perl. If it's for an online application, you could choose to have an applet (the user interface) communicating with server-side perl through JavaScript. Could you tell us a little more about what you want to do?
~dewey

Replies are listed 'Best First'.
Re^2: Java cooperation
by Alien (Monk) on Feb 11, 2007 at 22:26 UTC
    I wanted to build a GUI for an application ( with Swing ) . I found Java::Swing . Thanks !