{
    "mode": "perldoc",
    "parameter": "Pod::Simple::JustPod",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Pod%3A%3ASimple%3A%3AJustPod/json",
    "generated": "2026-06-03T06:41:10Z",
    "synopsis": "my $infile  = \"mixedcodeandpod.pm\";\nmy $outfile = \"justthepod.pod\";\nopen my $fh, \">$outfile\" or die \"Can't write to $outfile: $!\";\nmy $parser = Pod::Simple::JustPod->new();\n$parser->outputfh($fh);\n$parser->parsefile($infile);\nclose $fh or die \"Can't close $outfile: $!\";",
    "sections": {
        "NAME": {
            "content": "Pod::Simple::JustPod -- just the Pod, the whole Pod, and nothing but the Pod\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "my $infile  = \"mixedcodeandpod.pm\";\nmy $outfile = \"justthepod.pod\";\nopen my $fh, \">$outfile\" or die \"Can't write to $outfile: $!\";\n\nmy $parser = Pod::Simple::JustPod->new();\n$parser->outputfh($fh);\n$parser->parsefile($infile);\nclose $fh or die \"Can't close $outfile: $!\";\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This class returns a copy of its input, translated into Perl's internal encoding (UTF-8), and\nwith all the non-Pod lines removed.\n\nThis is a subclass of Pod::Simple::Methody and inherits all its methods. And since, that in turn\nis a subclass of Pod::Simple, you can use any of its methods. This means you can output to a\nstring instead of a file, or you can parse from an array.\n\nThis class strives to return the Pod lines of the input completely unchanged, except for any\nnecessary translation into Perl's internal encoding, and it makes no effort to return trailing\nspaces on lines; these likely will be stripped. If the input pod is well-formed with no warnings\nnor errors generated, the extracted pod should generate the same documentation when formatted by\na Pod formatter as the original file does.\n\nBy default, warnings are output to STDERR\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "Pod::Simple, Pod::Simple::Methody\n",
            "subsections": []
        },
        "SUPPORT": {
            "content": "Questions or discussion about POD and Pod::Simple should be sent to the\n<mailto:pod-people@perl.org> mail list. Send an empty email to\n<mailto:pod-people-subscribe@perl.org> to subscribe.\n\nThis module is managed in an open GitHub repository, <https://github.com/theory/pod-simple/>.\nFeel free to fork and contribute, or to clone <git://github.com/theory/pod-simple.git> and send\npatches!\n\nPatches against Pod::Simple are welcome. Please send bug reports to\n<mailto:<bug-pod-simple@rt.cpan.org>.\n",
            "subsections": []
        },
        "COPYRIGHT AND DISCLAIMERS": {
            "content": "Copyright (c) 2002 Sean M. Burke.\n\nThis library is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n\nThis program is distributed in the hope that it will be useful, but without any warranty;\nwithout even the implied warranty of merchantability or fitness for a particular purpose.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Pod::Simple was created by Sean M. Burke <sburke@cpan.org>. But don't bother 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\nPod::Simple::JustPod was developed by John SJ Anderson \"genehack@genehack.org\", with\ncontributions from Karl Williamson \"khw@cpan.org\".\n",
            "subsections": []
        }
    },
    "summary": "Pod::Simple::JustPod -- just the Pod, the whole Pod, and nothing but the Pod",
    "flags": [],
    "examples": [],
    "see_also": []
}