use Somepackage; my $thing = Somepackage->new(); $thing->value('bar'); $thing->value eq '(bar)';