On Thu, May 03, 2001 at 09:19:17AM -0700, Srinivas Samavedam wrote:
: Hi,
: 
: My perl code has to execute a couple of methods provided by a Java Class (Object).  
:Can I do that? if so,  how?. 
: 
: I am runing PREL 5.0 on Unix and Java 1.1.3

Go get Inline::Java from the CPAN ( search.cpan.org ).  You can define
and access Java Classes inside your Perl program.


  Casey West

-- 
"Programming graphics in X is like finding the square root of PI using
Roman numerals."
 --Henry Spencer

Reply via email to