in reply to Perl Coding

Why would you want to call a java function from perl?

<IMG SRC='' WIDTH=3 HEIGHT=3 ALT='' BORDER=0>
Anyway, you'd call it like any other system process, i think.

First you'd need to have a java runtime environment installed and configured on the system/server, so you can run java programs ...

Then you'd invoke the java 'function' like you would from shell "java Foo(args [ ]])".

I don't know if the above will work, it should, but here's a module from cpan for accessing the JVM(Java Virtual Machine) from perl.

 

"cRaZy is co01, but sometimes cRaZy is cRaZy".
                                                      - crazyinsomniac

  • Comment on (crazyinsomniac) RE: Perl Coding(Java?)