Help for this page
use strict; use warnings; ... $obj->child_sub(); $obj->parent_sub();
In child_sub. Test value is 3 In parent. Test value is 3