Hallo; the use of Inline-Java in our perl programs has a bad impact on performance. In about 1 percent of all cases the program needs the java-functionality, mostly Java is not needed.
I tried with "require Inline" instead of "use Inline", but this doesn't work out of the box. As a last resort I plan to separate the call of Inline-Java in an extra "java.pl"-file and to call this file via "system". Is there another, more elegant, solution for the problem? All hints are appreciated. Sincerely Wilhelm Pastoors