Help for this page

Select Code to Download


  1. or download this
    sub view_begin {
        my ($self, $begin) = @_;
    ...
        require Pod::POM::View::Text;
        return Pod::POM::View::Text->new($begin)->print;
    }
    
  2. or download this
    sub view_begin {
        my ($self, $begin) = @_;
    ...
        }
        return $output;
    }