in reply to converting java code to perl

I'm aware of a few different mechanisms for Java/Perl interfacing: Not exactly what you were looking for but maybe it might be useful to see what's happening already.

-- Randal L. Schwartz, Perl hacker

Replies are listed 'Best First'.
Re: Re: converting java code to perl
by drfrog (Deacon) on Jul 25, 2001 at 22:50 UTC
    thanks for the replies

    what im trying to do is
    transpose a whole java jar file of stuff
    over to perl modules

    so i guess what im sort of looking for is the exact reverse of
    of B::JVM::Jasmin

    take a look at http://www.web3d.org/TaskGroups/x3d/X3dIndex.html#Source
    in particular the vrmltox3d.tar
    is the one i want to take the source from and
    transpose to perl

    i have to check but i think there might be some vrml modules
    i can use for some parts already