I am writing a program that is similar to FTP client. On the server side I grab the stuff that is being
submitted, and process it.
I gonna use Java to do the networkish things,
but would like to use as little Java as possible, and write most of the program in Perl. So I need a way to pass things to and from Java classes.
I just found something called JPL, but there is not much
on how to use it and where I can get it.