Pod-Simple-Pullparserendtoken

Pod::Simple::PullParserEndToken(3p) Perl Programmers Reference Guide

Pod-Simple-Pullparserendtoken

Pod::Simple::PullParserEndToken(3p) Perl Programmers Reference Guide # Pod::Simple::PullParserEndToken(3p) Perl Programmers Reference Guide NNAAMMEE # Pod::Simple::PullParserEndToken -- end-tokens from Pod::Simple::PullParser SSYYNNOOPPSSIISS # (See Pod::Simple::PullParser) DDEESSCCRRIIPPTTIIOONN # When you do $parser->get_token on a Pod::Simple::PullParser, you might get an object of this class. This is a subclass of Pod::Simple::PullParserToken and inherits all its methods, and adds these methods: $token->tagname This returns the tagname for this end-token object. For example, parsing a "=head1 ..." line will give you a start-token with the tagname of "head1", token(s) for its content, and then an end-token with the tagname of "head1". ...