Category Archives: Perl

Inline Java In Perl

A former perl guru colleague of mine showed me Inline::Java, a way to embed Java in your perl programs and call perl from your Java classes. The way it works is it invokes javac and creates some bytecode.  It then … Continue reading

Posted in Java, Perl, Software Development | Leave a comment