{
    "mode": "perldoc",
    "parameter": "LWP::MemberMixin",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/LWP%3A%3AMemberMixin/json",
    "generated": "2026-06-12T19:04:07Z",
    "synopsis": "package Foo;\nuse parent qw(LWP::MemberMixin);",
    "sections": {
        "NAME": {
            "content": "LWP::MemberMixin - Member access mixin class\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "package Foo;\nuse parent qw(LWP::MemberMixin);\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "A mixin class to get methods that provide easy access to member variables in the %$self. Ideally\nthere should be better Perl language support for this.\n",
            "subsections": []
        },
        "METHODS": {
            "content": "There is only one method provided:\n\nelem\nelem($elem [, $val])\n\nInternal method to get/set the value of member variable $elem. If $val is present it is used as\nthe new value for the member variable. If it is not present the current value is not touched. In\nboth cases the previous value of the member variable is returned.\n",
            "subsections": []
        }
    },
    "summary": "LWP::MemberMixin - Member access mixin class",
    "flags": [],
    "examples": [],
    "see_also": []
}