I am working on a Perl application which gives method calls to Java API Methods using Inline::Java modules . The application works fine by giving expected results but when i replicate a similiar call using java itself and do a time comparison, I find a considerable amount of time difference.
Is there any other way apart from using Inline::Java module
to call java methods?