{
    "content": [
        {
            "type": "text",
            "text": "# File::Spec::Functions (perldoc)\n\n## NAME\n\nFile::Spec::Functions - portably perform operations on file names\n\n## SYNOPSIS\n\nuse File::Spec::Functions;\n$x = catfile('a','b');\n\n## DESCRIPTION\n\nThis module exports convenience functions for all of the class methods provided by File::Spec.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION** (1 subsections)\n- **COPYRIGHT**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "File::Spec::Functions",
        "section": "",
        "mode": "perldoc",
        "summary": "File::Spec::Functions - portably perform operations on file names",
        "synopsis": "use File::Spec::Functions;\n$x = catfile('a','b');",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": [
                    {
                        "name": "Exports",
                        "lines": 25
                    }
                ]
            },
            {
                "name": "COPYRIGHT",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "File::Spec::Functions - portably perform operations on file names\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use File::Spec::Functions;\n$x = catfile('a','b');\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module exports convenience functions for all of the class methods provided by File::Spec.\n\nFor a reference of available functions, please consult File::Spec::Unix, which contains the\nentire set, and which is inherited by the modules for other platforms. For further information,\nplease see File::Spec::Mac, File::Spec::OS2, File::Spec::Win32, or File::Spec::VMS.\n",
                "subsections": [
                    {
                        "name": "Exports",
                        "content": "The following functions are exported by default.\n\ncanonpath\ncatdir\ncatfile\ncurdir\nrootdir\nupdir\nnoupwards\nfilenameisabsolute\npath\n\nThe following functions are exported only by request.\n\ndevnull\ntmpdir\nsplitpath\nsplitdir\ncatpath\nabs2rel\nrel2abs\ncasetolerant\n\nAll the functions may be imported using the \":ALL\" tag.\n"
                    }
                ]
            },
            "COPYRIGHT": {
                "content": "Copyright (c) 2004 by the Perl 5 Porters. All rights reserved.\n\nThis program is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "File::Spec, File::Spec::Unix, File::Spec::Mac, File::Spec::OS2, File::Spec::Win32,\nFile::Spec::VMS, ExtUtils::MakeMaker\n",
                "subsections": []
            }
        }
    }
}