-
- Distribution: libwww-perl
- Module version: 6.22
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository (git clone)
- Issues (0)
- Testers (614 / 0 / 4)
- Kwalitee
- 61.42% Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
- 24 month
- Tools
- Download (155.43Kb) 0
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 73 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 Steinbrunner
-
Father Chrysostomos
-
FWILES
- Gavin Peters
- Gerhard Poul
- Graeme Thompson
-
Graham Knop
- Hans-H. Froehlich
-
Ian Kilgore
- Jacob J
- Jakub Wilk
- Jason A Fesler
- jefflee
-
Jeremy Mates
- Joe Atzberger
- john9art
- John Wittkoski
-
Karen Etheridge
- Katarina Durechova
-
Mark Stosberg
- Matthew Horsfall
- michael gong
- Michael G. Schwern
- Michiel Beijen
- Mike Schilli
-
Moritz Onken
- murphy
-
Naveed Massjouni
- Nigel Gregoire
- Olaf Alders
- Ondrej Hanak
-
Peter Rabbitson
- phrstbrn
-
Piotr Roszatycki
- Robert Stone
- Rolf Grossmann
- ruff
- sasao
-
Sean M. Burke
-
Slaven Rezic
-
Spiros Denaxas
-
Steffen Ullrich
- Steve Hay
- Theodore Robert Campbell Jr
- Tim Couzins
- Todd Lipcon
- 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;
require LWP::MemberMixin;
@ISA=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.
There is only one method provided:
- _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.