14 PM
To: Jason Stelzer
Cc: inline
Subject: RE: Inline Java - dereferencing
I think so. Thanks Jason. I'll have to change the java to return
something perl can digest.
-Original Message-
From: Jason Stelzer [mailto:men...@neverlight.com]
Sent: Wednesday, January 26, 2011 5:26 PM
To: VA
llier [mailto:patrick.leboutill...@gmail.com]
Sent: Wednesday, January 26, 2011 6:04 PM
To: VANOLE, MICHAEL J (ATTSI)
Subject: Re: Inline Java - dereferencing
Michael,
On Wed, Jan 26, 2011 at 4:58 PM, VANOLE, MICHAEL J (ATTSI)
wrote:
> Hi, this may be a basic perl question. I'm using inline::jav
On Jan 26, 2011, at 9:14 PM, VANOLE, MICHAEL J (ATTSI) wrote:
> I think so. Thanks Jason. I'll have to change the java to return
> something perl can digest.
>
>
>
Again, this isn't so much a matter of perl digesting anything. If you've
imported your classes and they've been studied, perl s
On Jan 26, 2011, at 4:58 PM, VANOLE, MICHAEL J (ATTSI) wrote:
> Hi, this may be a basic perl question. I'm using inline::java to execute
> some public methods like this one:
>
>public User findUserByLogin(String loginName, boolean populate)
> {
>User ret = null;
>
I think so. Thanks Jason. I'll have to change the java to return
something perl can digest.
-Original Message-
From: Jason Stelzer [mailto:men...@neverlight.com]
Sent: Wednesday, January 26, 2011 5:26 PM
To: VANOLE, MICHAEL J (ATTSI)
Cc: inline
Subject: Re: Inline Java - derefere
Hi, this may be a basic perl question. I'm using inline::java to execute
some public methods like this one:
public User findUserByLogin(String loginName, boolean populate)
{
User ret = null;
try {
ret = impl.findUserByLogin(loginName,