Re: How to pass array from java to perl using inline java
- From: "songtao32@xxxxxxxxx" <songtao32@xxxxxxxxx>
- Date: 31 Jan 2007 10:50:26 -0800
Hi,
Sorry for the multipost. I apologize.
Here is the script that I try to run:
*****************************************************
use Inline Java => <<'EOJ';
public class TestJavaClass
{
public float[ ] [ ] returnArrayData(){
.
.
.
return ArrayData[m][n];
}
}
EOJ
my @mylist = TestJavaClass. returnArrayData();
print "$mylist[0]";
*****************************************************
I got the following output:
Inline::Java::Array=ARRAY(0xa52e234)
Thanks for your help!
Regards,
Tom
.
- Follow-Ups:
- References:
- How to pass array from java to perl using inline java
- From: songtao32@xxxxxxxxx
- Re: How to pass array from java to perl using inline java
- From: DJ Stunks
- How to pass array from java to perl using inline java
- Prev by Date: Re: How to pass array from java to perl using inline java
- Next by Date: Re: How to start some file as Perl script argument?
- Previous by thread: Re: How to pass array from java to perl using inline java
- Next by thread: Re: How to pass array from java to perl using inline java
- Index(es):