package Employee::MyStuff; package Employee; sub ManagersCostCenter { my $self = shift; $self->Manager->CostCenter; } 1; __END__