Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 3.21.106.9
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
appadmin
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
perl5 /
LWP /
[ HOME SHELL ]
Name
Size
Permission
Action
Authen
[ DIR ]
drwxr-xr-x
Debug
[ DIR ]
drwxr-xr-x
Protocol
[ DIR ]
drwxr-xr-x
ConnCache.pm
8.53
KB
-rw-r--r--
Debug.pm
2.85
KB
-rw-r--r--
DebugFile.pm
67
B
-rw-r--r--
MediaTypes.pm
6.75
KB
-rw-r--r--
MemberMixin.pm
875
B
-rw-r--r--
Protocol.pm
8.8
KB
-rw-r--r--
RobotUA.pm
7.71
KB
-rw-r--r--
Simple.pm
6.4
KB
-rw-r--r--
UserAgent.pm
70.45
KB
-rw-r--r--
media.types
48.65
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : MemberMixin.pm
package LWP::MemberMixin; our $VERSION = '6.43'; 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 base 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
Close