[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Java.pm



HEllo to all, 
I´m a new suscriber. I am trying to work with the java.pm module but it
does not work corectly since the only answer I get from the Server is a
ridiculous OK and after this point I can´t neither use the functionality
of perl. I send tou the simple piece of code I am trying. 

Thank You, 

Jose Mena

PD I am working with version 4.1 and Active Perl

#!/usr/local/bin/perl
use Java;

print "Hola\n";
my $java = new Java(even_port => -1);
my $array = $java->create_array("java.lang.String", 5);
$array->[3] = "Java is lame";
my $value = $array->[3];
print $value;    



The answer is:

Hola
OK



Reply to: