-
- Distribution: libwww-perl
- Module version: 6.30
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository (git clone)
- Issues (129)
- Testers (592 / 0 / 0)
- Kwalitee
- License: perl_5
- Perl: v5.8.1
- Activity
- 24 month
- Tools
- Download (160.06Kb) 0
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 83 contributors
- Gisle Aas
-
Adam Kennedy
- Adam Sjogren
- Alexey Tourbin
- Alex Kapranoff
- amire80
- Andreas J. Koenig
- BGMNT
- Bill Mann
- Bron Gondwana
- Bryan Cardillo
-
Chase Whitener
-
Christopher J. Madsen
- Daina Pettit
- Daniel Hedlund
-
David E. Wheeler
-
DAVIDRW
- David Standish
- David Steinbrunner
- Fabian Zeindler
-
Father Chrysostomos
-
FWILES
- Gavin Peters
- Gerhard Poul
-
Gianni Ceccarelli
- Graeme Thompson
-
Graham Knop
-
Gregory Oschwald
- Hans-H. Froehlich
-
Ian Kilgore
- Jacob J
- Jakub Wilk
-
James Raspass
- Jason A Fesler
- jefflee
-
Jeremy Mates
- Joe Atzberger
- john9art
- John Wittkoski
-
Karen Etheridge
- Katarina Durechova
-
Mark Stosberg
-
Martin H. Sluka
- Matthew Horsfall
- michael gong
- Michael G. Schwern
- Michiel Beijen
- Mike Schilli
-
Moritz Onken
- murphy
-
Naveed Massjouni
- Nigel Gregoire
- Olaf Alders
- Ondrej Hanak
- Patrik Lundin
-
Peter Rabbitson
- phrstbrn
-
Piotr Roszatycki
- Robert Stone
- Rolf Grossmann
- ruff
- sasao
-
Sean M. Burke
- Sergey Romanov
-
Slaven Rezic
-
Spiros Denaxas
-
Steffen Ullrich
- Steve Hay
-
Takumi Akiyama
- Theodore Robert Campbell Jr
- Tim Couzins
- Todd Lipcon
-
Tomasz Konojacki
- Tom Hukins
-
Tony Finch
-
Toru Yamaguchi
- turugina
- uid39246 <uid39246>
-
Ville Skyttä
- Vyacheslav Matyukhin
- Yuri Karaban
-
Yury Zavarin
-
Zefram
- Dependencies
- base
- Digest::MD5
- Encode
- Encode::Locale
- File::Listing
- HTML::Entities
- HTML::HeadParser
- HTTP::Cookies
- HTTP::Daemon
- HTTP::Date
- HTTP::Negotiate
- HTTP::Request
- HTTP::Request::Common
- HTTP::Response
- HTTP::Status
- IO::Select
- IO::Socket
- LWP::MediaTypes
- MIME::Base64
- Net::FTP
- Net::HTTP
- Scalar::Util
- strict
- Try::Tiny
- URI
- URI::Escape
- warnings
- WWW::RobotRules
- CPAN Testers List
- Reverse dependencies
- Dependency graph
NAME
LWP::MemberMixin - Member access mixin class
SYNOPSIS
package Foo;
use base qw(LWP::MemberMixin);
DESCRIPTION
A mixin class to get methods that provide easy access to member variables in the %$self
. Ideally there should be better Perl language support for this.
METHODS
There is only one method provided:
_elem
_elem($elem [, $val])
Internal method to get/set the value of member variable $elem
. If $val
is present it is used as the new value for the member variable. If it is not present the current value is not touched. In both cases the previous value of the member variable is returned.
Module Install Instructions
To install LWP::MemberMixin, copy and paste the appropriate command in to your terminal.
cpanm LWP
perl -MCPAN -e shell install LWP
For more information on module installation, please visit the detailed CPAN module installation guide.