mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
514 B
Text
9 lines
514 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.
|