Problem: You need to access a Perl program from your Java program—maybe a custom screen scraper written with LWP (Library for WWW access in Perl), maybe Bugzilla, or maybe one of countless ...
I need to make a couple of calls from a Perl script to a quasi-web-service written in Java. No, I don't have source for the server side app or documentation for the API; it's an "enterprise" system ...
I want to make a password cracking program using brute force against RAR files. I need help getting a library to extract (or at least test passwords) on RAR files. I also need help using the ...