Jim Brandt on Perl.com

brian_d_foy on 2004-12-12T01:26:22

For those of you who don't keep up with Perl.com, or didn't click through to the latest success story, Jim Brandt has an article about intregrating Perl and credit card payment solutions he used at University of Buffalo. He actually had a good use for Inline::Java. :)


Inline::Java rocks

samtregar on 2004-12-12T02:56:17

I've been using Inline::Java to access a proprietary service's Java API from Perl. The only alternative would be to reverse-engineer the XML network protocol for the service, which would probably have taken months of work. With Inline::Java we were up and running in days!

-sam