{
    "mode": "info",
    "parameter": "Pod::Text::Termcap",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/info/Pod%3A%3AText%3A%3ATermcap/json",
    "generated": "2026-07-06T02:05:51Z",
    "synopsis": "use Pod::Text::Termcap;\nmy $parser = Pod::Text::Termcap->new (sentence => 0, width => 78);\n# Read POD from STDIN and write to STDOUT.\n$parser->parsefromfilehandle;\n# Read POD from file.pod and write to file.txt.\n$parser->parsefromfile ('file.pod', 'file.txt');",
    "sections": {
        "Pod::Text::Termcap(3perPerl Programmers Reference GuiPod::Text::Termcap(3perl)": {
            "content": "",
            "subsections": []
        },
        "NAME": {
            "content": "Pod::Text::Termcap - Convert POD data to ASCII text with format escapes\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Pod::Text::Termcap;\nmy $parser = Pod::Text::Termcap->new (sentence => 0, width => 78);\n\n# Read POD from STDIN and write to STDOUT.\n$parser->parsefromfilehandle;\n\n# Read POD from file.pod and write to file.txt.\n$parser->parsefromfile ('file.pod', 'file.txt');\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Pod::Text::Termcap is a simple subclass of Pod::Text that highlights\noutput text using the correct termcap escape sequences for the current\nterminal.  Apart from the format codes, it in all ways functions like\nPod::Text.  See Pod::Text for details and available options.\n\nThis module uses Term::Cap to find the correct terminal settings.  See\nthe documentation of that module for how it finds terminal database\ninformation and how to override that behavior if necessary.  If unable\nto find control strings for bold and underscore formatting, that\nformatting is skipped, resulting in the same output as Pod::Text.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Russ Allbery <rra@cpan.org>\n",
            "subsections": []
        },
        "COPYRIGHT AND LICENSE": {
            "content": "Copyright 1999, 2001-2002, 2004, 2006, 2008-2009, 2014-2015, 2018-2019\nRuss Allbery <rra@cpan.org>\n\nThis program is free software; you may redistribute it and/or modify it\nunder the same terms as Perl itself.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "Pod::Text, Pod::Simple, Term::Cap\n\nThe current version of this module is always available from its web\nsite at <https://www.eyrie.org/~eagle/software/podlators/>.  It is also\npart of the Perl core distribution as of 5.6.0.\n\nperl v5.34.0                      2026-06-23         Pod::Text::Termcap(3perl)",
            "subsections": []
        }
    },
    "summary": "Pod::Text::Termcap - Convert POD data to ASCII text with format escapes",
    "flags": [],
    "examples": [],
    "see_also": [
        {
            "name": "Termcap",
            "section": "3perl",
            "url": "https://www.chedong.com/phpMan.php/man/Termcap/3perl/json"
        }
    ]
}