sub introduce { my($self)=$_[0]; print "Hello, I'm "; # $self->tellName(); tellName( $self ); }