sub passed_sub { print "yes in passed_sub\n"; my ($child) = @_; # I don't like using shift here.. print $child->{parent_obj_ref}{test_att}; # 3