Help for this page
$obj->{other_obj}->method;
$obj->other_obj()->method;
$obj->other_obj->method;
use warnings; use strict; ... $obj->one->say; }