{
    "mode": "perldoc",
    "parameter": "Class::Inspector::Functions",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Class%3A%3AInspector%3A%3AFunctions/json",
    "generated": "2026-06-09T20:35:34Z",
    "synopsis": "use Class::Inspector::Functions;\n# Class::Inspector provides a non-polluting,\n# method based interface!\n# Is a class installed and/or loaded\ninstalled( 'Foo::Class' );\nloaded( 'Foo::Class' );\n# Filename related information\nfilename( 'Foo::Class' );\nresolvedfilename( 'Foo::Class' );\n# Get subroutine related information\nfunctions( 'Foo::Class' );\nfunctionrefs( 'Foo::Class' );\nfunctionexists( 'Foo::Class', 'bar' );\nmethods( 'Foo::Class', 'full', 'public' );\n# Find all loaded subclasses or something\nsubclasses( 'Foo::Class' );",
    "sections": {
        "NAME": {
            "content": "Class::Inspector::Functions - Get information about a class and its structure\n",
            "subsections": []
        },
        "VERSION": {
            "content": "version 1.36\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Class::Inspector::Functions;\n# Class::Inspector provides a non-polluting,\n# method based interface!\n\n# Is a class installed and/or loaded\ninstalled( 'Foo::Class' );\nloaded( 'Foo::Class' );\n\n# Filename related information\nfilename( 'Foo::Class' );\nresolvedfilename( 'Foo::Class' );\n\n# Get subroutine related information\nfunctions( 'Foo::Class' );\nfunctionrefs( 'Foo::Class' );\nfunctionexists( 'Foo::Class', 'bar' );\nmethods( 'Foo::Class', 'full', 'public' );\n\n# Find all loaded subclasses or something\nsubclasses( 'Foo::Class' );\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Class::Inspector::Functions is a function based interface of Class::Inspector. For a thorough\ndocumentation of the available functions, please check the manual for the main module.\n",
            "subsections": [
                {
                    "name": "Exports",
                    "content": "The following functions are exported by default.\n\ninstalled\nloaded\nfilename\nfunctions\nmethods\nsubclasses\n\nThe following functions are exported only by request.\n\nresolvedfilename\nloadedfilename\nfunctionrefs\nfunctionexists\n\nAll the functions may be imported using the \":ALL\" tag.\n"
                }
            ]
        },
        "SEE ALSO": {
            "content": "<http://ali.as/>, Class::Handle, Class::Inspector\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Original author: Adam Kennedy <adamk@cpan.org>\n\nCurrent maintainer: Graham Ollis <plicease@cpan.org>\n\nContributors:\n\nTom Wyant\n\nSteffen Müller\n\nKivanc Yazan (KYZN)\n",
            "subsections": []
        },
        "COPYRIGHT AND LICENSE": {
            "content": "This software is copyright (c) 2002-2019 by Adam Kennedy.\n\nThis is free software; you can redistribute it and/or modify it under the same terms as the Perl\n5 programming language system itself.\n",
            "subsections": []
        }
    },
    "summary": "Class::Inspector::Functions - Get information about a class and its structure",
    "flags": [],
    "examples": [],
    "see_also": []
}