in reply to Re: Re: Re: new to oop (problem with my object)
in thread new to oop (problem with my object)

$table->value is a method call, not a variable. Thus, you can't interpolate it in a string like you can $hashref->{key}.