On Mon, 24 Nov 2003, Patrick LeBoutillier wrote:
> I uploaded Inline-Java-0.44-RC3.tar.gz which should fix the problem.
Thanks. I've got another one though :-). It makes, passes tests and
installs fine, but when I try to run the script you posted in the
announcement elsewhere in this thread I get this error:
bash-2.05b$ perl button.pl
No public method 'StartCallbackLoop' defined for class
'main::MyButton' at button.pl line 9
I don't understand at all how this can be compiling this fine but then not
finding it in the runtime.
Did I forget to delete something or something?
Mark.
--
#!/usr/bin/perl -T
use strict;
use warnings;
print q{Mark Fowler, [EMAIL PROTECTED], http://twoshortplanks.com/};