Hi,
Inline::Java::PerlInterpreter allows you to call Perl code from Java
using an embedded Perl interpreter. You should be able to do what you
want to do with that. However keep in mind that it's not been
extensively tested and is still somewhat experimental.
Here's an example (I'm no PPI expert.
I am trying to use the PPI module from inside Java (so as to implement
syntax highlighting and parsing in a Perl editor). How do I do that?
I have looked at Inline::Java, Inline::Java::PerlInterpreter and
Inline::Java::Callback, Inline::Java::PerlNatives. None of them seem to
serve my purpose,
I h