« The IM world according to a Messenger architect | Main | FreeBSD, SNMP, and RRDTool »

Bringing Java into Perl

Bringing Java into Perl, from perl.com, takes a look at the Inline::Java module which uses some deep camel magic to let you call native Java code from within Perl. Scary stuff, you can use Java classes just like you would Perl classes, call code from jar files, and generally do anything you normally would in pure Java.