Tagged Questions
5
votes
5answers
2k views
How can I pass data from Perl to Java?
I'm working on some Java <-> Perl interaction. I would like to know what the best way is to pass information from Perl to Java. (Great answers about Perl and Java here and here btw).
There's a lot ...
1
vote
2answers
83 views
Automatic interaction with Perl code
I was wondering is there is any way to interact with Perl 5 code automatically, without creating explicit APIs and publishing it over some protocol. I don't want to limit this question to any specific ...