hey all,

i have a checkbox named saying "myCB",

when i used CamelBones with Perl 5.6 reading this check box by :

my $okHTML = $self->{'myCB'}->stringValue;

returns 0 or 1 depending upon 'm y CB' state.

this was OK for me.

BUT since i've rebuild CamelBones with Perl 5.8 (DarwinPorts version)

doing the same thing gives en error :

Perl error: Can't call method "stringValue" without a package or object reference

instead of previously, if i does a :

$self->{'myCB'} = 0 or 1

and reading it afterwards, gives the correct 0 or 1 without the check box being checked...

In case someone could give me some light upon that...

Yvon

Reply via email to