freebsd-ports/devel/p5-Inline-Java/pkg-descr
Erwin Lansing e86d4e98a9 - Update to 0.50_91
- Hand maintainership to submitter.

PR:		92266
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2006-01-25 11:46:30 +00:00

11 lines
563 B
Text

The Inline::Java module allows you to put Java source code directly "inline"
in a Perl script or module. A Java compiler is launched and the Java code is
compiled. Then Perl asks the Java classes what public methods have been
defined. These classes and methods are available to the Perl program as if
they had been written in Perl.
The process of interrogating the Java classes for public methods occurs the
first time you run your Java code. The namespace is cached, and subsequent
calls use the cached version.
WWW: http://search.cpan.org/dist/Inline-Java/