lib::LWP::MemberMixin

Section: User Contributed Perl Documentation (3)
Updated: perl 5.004, patch 55
Index Return to Main Contents
 

NAME

LWP::MemberMixin - Member access mixin class  

SYNOPSIS

 package Foo;
 require LWP::MemberMixin;
 @ISA=qw(LWP::MemberMixin);


 

DESCRIPTION

A mixin class to get methods that provide easy access to member variables in the %$self.  

BUGS

Ideally there should be better Perl langauge support for this.  

METHODS

 

_elem($elem [, $val])

Internal method to get/set the value of member variable $elem. If $val is defined it is used as the new value for the member variable. If it is undefined the current value is not touched. In both cases the previous value of the member variable is returned.


 

Index

NAME
SYNOPSIS
DESCRIPTION
BUGS
METHODS
_elem($elem [, $val])

This document was created by man2html, using the manual pages.
Time: 23:58:16 GMT, February 15, 2023