{
    "mode": "perldoc",
    "parameter": "Pod::Simple::LinkSection",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Pod%3A%3ASimple%3A%3ALinkSection/json",
    "generated": "2026-05-30T19:10:18Z",
    "synopsis": "# a long story",
    "sections": {
        "NAME": {
            "content": "Pod::Simple::LinkSection -- represent \"section\" attributes of L codes\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "# a long story\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This class is not of interest to general users.\n\nPod::Simple uses this class for representing the value of the \"section\"\nattribute of \"L\" start-element events. Most applications can just use\nthe normal stringification of objects of this class; they stringify to\njust the text content of the section, such as \"foo\" for \"L<Stuff/foo>\",\nand \"bar\" for \"L<Stuff/bI<ar>>\".\n\nHowever, anyone particularly interested in getting the full value of the\ntreelet, can just traverse the content of the treeleet @$treeletobject.\nTo wit:\n\n% perl -MData::Dumper -e\n\"use base qw(Pod::Simple::Methody);\nsub startL { print Dumper($[1]{'section'} ) }\nPACKAGE->new->parsestringdocument('=head1 L<Foo/bI<ar>baz>>')\n\"\nOutput:\n$VAR1 = bless( [\n'',\n{},\n'b',\nbless( [\n'I',\n{},\n'ar'\n], 'Pod::Simple::LinkSection' ),\n'baz'\n], 'Pod::Simple::LinkSection' );\n\nBut stringify it and you get just the text content:\n\n% perl -MData::Dumper -e\n\"use base qw(Pod::Simple::Methody);\nsub startL { print Dumper( '' . $[1]{'section'} ) }\nPACKAGE->new->parsestringdocument('=head1 L<Foo/bI<ar>baz>>')\n\"\nOutput:\n$VAR1 = 'barbaz';\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "Pod::Simple\n",
            "subsections": []
        },
        "SUPPORT": {
            "content": "Questions or discussion about POD and Pod::Simple should be sent to the\npod-people@perl.org mail list. Send an empty email to\npod-people-subscribe@perl.org to subscribe.\n\nThis module is managed in an open GitHub repository,\n<https://github.com/perl-pod/pod-simple/>. Feel free to fork and\ncontribute, or to clone <git://github.com/perl-pod/pod-simple.git> and\nsend patches!\n\nPatches against Pod::Simple are welcome. Please send bug reports to\n<bug-pod-simple@rt.cpan.org>.\n",
            "subsections": []
        },
        "COPYRIGHT AND DISCLAIMERS": {
            "content": "Copyright (c) 2004 Sean M. Burke.\n\nThis library is free software; you can redistribute it and/or modify it\nunder the same terms as Perl itself.\n\nThis program is distributed in the hope that it will be useful, but\nwithout any warranty; without even the implied warranty of\nmerchantability or fitness for a particular purpose.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Pod::Simple was created by Sean M. Burke <sburke@cpan.org>. But don't\nbother him, he's retired.\n\nPod::Simple is maintained by:\n\n*   Allison Randal \"allison@perl.org\"\n\n*   Hans Dieter Pearcey \"hdp@cpan.org\"\n\n*   David E. Wheeler \"dwheeler@cpan.org\"\n",
            "subsections": []
        }
    },
    "summary": "Pod::Simple::LinkSection -- represent \"section\" attributes of L codes",
    "flags": [],
    "examples": [],
    "see_also": []
}