sub my_function { croak "my_function is private" unless caller(0) eq __PACKAGE__; # body of function goes here }