Re: Using CPAN Modules in Java

2009-02-19 Thread Patrick LeBoutillier
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.

Using CPAN Modules in Java

2009-02-18 Thread Zaid Sheikh
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