Current Path: > > usr > local > > share > perl5 > LWP >
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
Authen | Directory | - | - | |
Debug | Directory | - | - | |
Protocol | Directory | - | - | |
UserAgent | Directory | - | - | |
ConnCache.pm | File | 8751 bytes | January 25 2024 18:31:29. | |
Debug.pm | File | 2914 bytes | January 25 2024 18:31:29. | |
DebugFile.pm | File | 67 bytes | January 25 2024 18:31:29. | |
MediaTypes.pm | File | 6911 bytes | March 20 2019 13:01:17. | |
MemberMixin.pm | File | 877 bytes | January 25 2024 18:31:29. | |
Protocol.pm | File | 9590 bytes | January 25 2024 18:31:29. | |
RobotUA.pm | File | 7891 bytes | January 25 2024 18:31:29. | |
Simple.pm | File | 6678 bytes | January 25 2024 18:31:29. | |
UserAgent.pm | File | 75253 bytes | January 25 2024 18:31:29. | |
media.types | File | 49815 bytes | March 20 2019 13:01:17. |
package LWP::MemberMixin; our $VERSION = '6.76'; sub _elem { my $self = shift; my $elem = shift; my $old = $self->{$elem}; $self->{$elem} = shift if @_; return $old; } 1; __END__ =pod =head1 NAME LWP::MemberMixin - Member access mixin class =head1 SYNOPSIS package Foo; use parent qw(LWP::MemberMixin); =head1 DESCRIPTION A mixin class to get methods that provide easy access to member variables in the C<%$self>. Ideally there should be better Perl language support for this. =head1 METHODS There is only one method provided: =head2 _elem _elem($elem [, $val]) Internal method to get/set the value of member variable C<$elem>. If C<$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. =cut
SILENT KILLER Tool