The Perl5 object system

my $object = {};
bless $object;
$object->{attribute} = 'Hello';