Patrick LeBoutillier wrote:

>Jason,
>
>I see what's going on. The problem is that a byte in Perl has range
>0-255, but a byte in Java has range -128-127. That's why Inline::Java
>is telling you that the values you are passing are out of range.
>
>Inline::Java should probably do this kind of conversion automatically
>for you, but for now it doesn't do it.
>
>Try applying this patch your x.pl, I think it will work.
>
>  
>

Yes, thank you. I realized that this morning when I set the DEBUG level
to 3 and saw why it wasn't using the 3 argument write(). Sorry I didn't
catch that at first.

--
J.

Reply via email to