Help for this page
my Dog $brain = $dog->getBrain(); print $brain->getCells(); # prints 10 (see earlier example)
print $brain->{cells}; # this prints: # No such pseudo-hash field "cells" in variable $brain of type Dog at +test.pl line 48.