Help for this page

Select Code to Download


  1. or download this
    sub introduce {
        my($self)=$_[0];
        print "Hello, I'm ";
    ...
    #    tellName( $self );
        person::tellName($self);
    }