Help for this page

Select Code to Download


  1. or download this
    sub generate_stub {
    ...
    
        $self->{'_stub'} = $1 if $self->{'_stub'} =~ /^(.*)/;
        return $self->stub;
    }