{
    "content": [
        {
            "type": "text",
            "text": "# perlhaiku (man)\n\n## NAME\n\nperlhaiku - Perl version 5.10+ on Haiku\n\n## DESCRIPTION\n\nThis file contains instructions how to build Perl for Haiku and lists known problems.\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION**\n- **BUILD AND INSTALL**\n- **KNOWN PROBLEMS**\n- **CONTACT**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "perlhaiku",
        "section": "",
        "mode": "man",
        "summary": "perlhaiku - Perl version 5.10+ on Haiku",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "BUILD AND INSTALL",
                "lines": 13,
                "subsections": []
            },
            {
                "name": "KNOWN PROBLEMS",
                "lines": 13,
                "subsections": []
            },
            {
                "name": "CONTACT",
                "lines": 10,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "perlhaiku - Perl version 5.10+ on Haiku\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This file contains instructions how to build Perl for Haiku and lists known problems.\n",
                "subsections": []
            },
            "BUILD AND INSTALL": {
                "content": "The build procedure is completely standard:\n\n./Configure -de\nmake\nmake install\n\nMake perl executable and create a symlink for libperl:\n\nchmod a+x /boot/common/bin/perl\ncd /boot/common/lib; ln -s perl5/5.34.0/BePC-haiku/CORE/libperl.so .\n\nReplace 5.34.0 with your respective version of Perl.\n",
                "subsections": []
            },
            "KNOWN PROBLEMS": {
                "content": "The following problems are encountered with Haiku revision 28311:\n\n•   Perl cannot be compiled with threading support ATM.\n\n•   The cpan/Socket/t/socketpair.t test fails. More precisely: the subtests using datagram\nsockets fail. Unix datagram sockets aren't implemented in Haiku yet.\n\n•   A subtest of the cpan/Sys-Syslog/t/syslog.t test fails. This is due to Haiku not\nimplementing /dev/log support yet.\n\n•   The tests dist/Net-Ping/t/450service.t and dist/Net-Ping/t/510pingudp.t fail. This is\ndue to bugs in Haiku's network stack implementation.\n",
                "subsections": []
            },
            "CONTACT": {
                "content": "For Haiku specific problems contact the HaikuPorts developers:\n<http://ports.haiku-files.org/>\n\nThe initial Haiku port was done by Ingo Weinhold <ingoweinhold@gmx.de>.\n\nLast update: 2008-10-29\n\n\n\nperl v5.34.0                                 2025-07-25                                 PERLHAIKU(1)",
                "subsections": []
            }
        }
    }
}