Addy - I have written a semantic analyser in Perl using PDL (as a college project). > Now I have been told to make it that it can be used in a j2ee ejb. Does > anyone here have any ideas whether there is some fast way to do this or the > whole code has to be rewritten in java (im not very familiar with java :( ) >
The chances of this are extraordinarily slim. I would be surprised if there is even a Perl -> Java converter, and I am 99.9% certain you won't find a Perl+PDL -> Java converter. Do what Craig said and try to find some code that invokes the Perl interpreter from Java. Then you just have to make sure that your Perl interpreter can get access to PDL... Good luck! David
_______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
