Help for this page
use Attribute::Property; ... my $obj = Cool->new; $obj->name = "My right foot"; print $obj->name, "\n";