{
    "mode": "perldoc",
    "parameter": "POE::Resources",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/POE%3A%3AResources/json",
    "generated": "2026-07-05T13:44:26Z",
    "synopsis": "# Intended for internal use by POE::Kernel.\nuse POE::Resources;\nPOE::Resources->load();",
    "sections": {
        "NAME": {
            "content": "POE::Resources - loader of POE resources\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "# Intended for internal use by POE::Kernel.\nuse POE::Resources;\nPOE::Resources->load();\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "POE::Kernel is internally split into different resources that are separately managed by\nindividual mix-in classes.\n\nPOE::Resources is designed as a high-level macro manager for POE::Resource classes. Currently it\nimplements a single method, load(), which loads all the POE::Resource classes.\n",
            "subsections": []
        },
        "METHODS": {
            "content": "POE::Resources has a public interface, but it is intended to be used internally by POE::Kernel.\nApplication programmers should never need to use POE::Resources directly.\n\nload\nPOE::Kernel calls load() to loads all the known POE::Resource modules.\n\nEach resource may be handled by a pure perl module, or by an XS module. For each resource class,",
            "subsections": [
                {
                    "name": "load",
                    "content": ""
                },
                {
                    "name": "load",
                    "content": ""
                }
            ]
        },
        "SEE ALSO": {
            "content": "See \"Resources\" in POE::Kernel for public information about POE resources.\n\nSee POE::Resource for general discussion about resources and the classes that manage them.\n\nAUTHORS & LICENSING\nPlease see POE for more information about its authors, contributors, and POE's licensing.\n",
            "subsections": []
        }
    },
    "summary": "POE::Resources - loader of POE resources",
    "flags": [],
    "examples": [],
    "see_also": []
}