Re: Compiler problem with 0.44 Inline::Java

2006-03-29 Thread Patrick LeBoutillier
Candace > Wrong number of arguments at > /usr/lib/perl5/site_perl/5.8.0/Inline/Java/Object.pm line 101 > at mycode.pl line 71 > > The DIRECTORY parameter is set to be var/tmp, and the mycode.jdat that > is listed in var/tmp/lib/auto, not suprisingly has the old signature, > with two Strings. Ho

Compiler problem with 0.44 Inline::Java

2006-03-28 Thread Candace Holman
This is a bit of a lingering problem for me. I changed the parameter list in a subroutine, from 2 to 4 Strings, and it seems that my code is not recompiling with this change. I checked for an obvious error in the number of arguments, but still get an error of: Wrong number of arguments at /