"Patrick LeBoutillier" <[EMAIL PROTECTED]> writes: > Note: For those of you who are wondering why I'm so preoccupied with > callbacks, I just want to say that one day I would like people to use > Inline::Java to call PERL from JAVA. Callbacks (which in this case won't > be callbacks at all) will then become very important. > > Anyways, I just wanted to get some feedback on this before I got to far...
Hey Patrick, Happy New Year! I haven't done much with Inline::Java lately, but callbacks are definate need of mine as is calling Perl from Java whenever possible. The PerlNatives approach feels much cleaner. Too bad about needing the ::perl sub-namespace, though - that feels a bit like a kludge, but certainly not a cumbersome one. Keep up the good work! jas.