Help for this page

Select Code to Download


  1. or download this
    sub string_of {
        my $self = shift;
    ...
        my $self = shift;
        printf "I am a %s \n", $self->string_of;
        }