Help for this page
sub property { my $self=shift; ... return $self->{property}; } }
print "Property: @{[$obj->property]}\n";