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 /
cpan /
Devel-PPPort /
t /
Delete
Unzip
Name
Size
Permission
Date
Action
HvNAME.t
1.4
KB
-r--r--r--
2014-12-27 11:48
MY_CXT.t
1.27
KB
-r--r--r--
2014-12-27 11:48
SvPV.t
3.72
KB
-r--r--r--
2014-12-27 11:48
SvREFCNT.t
1.24
KB
-r--r--r--
2014-12-27 11:48
Sv_set.t
1.53
KB
-r--r--r--
2014-12-27 11:48
call.t
3.18
KB
-r--r--r--
2014-12-27 11:48
cop.t
1.38
KB
-r--r--r--
2014-12-27 11:49
exception.t
1.52
KB
-r--r--r--
2014-12-27 11:48
format.t
1.28
KB
-r--r--r--
2014-12-27 11:48
grok.t
1.66
KB
-r--r--r--
2014-12-27 11:48
gv.t
1.42
KB
-r--r--r--
2014-12-27 11:48
limits.t
1.29
KB
-r--r--r--
2014-12-27 11:48
mPUSH.t
1.72
KB
-r--r--r--
2014-12-27 11:48
magic.t
2.22
KB
-r--r--r--
2014-12-27 11:49
memory.t
1.21
KB
-r--r--r--
2014-12-27 11:48
misc.t
3.1
KB
-r--r--r--
2014-12-27 11:49
newCONSTSUB.t
1.41
KB
-r--r--r--
2014-12-27 11:48
newRV.t
1.25
KB
-r--r--r--
2014-12-27 11:48
newSV_type.t
1.21
KB
-r--r--r--
2014-12-27 11:48
newSVpv.t
1.64
KB
-r--r--r--
2014-12-27 11:48
podtest.t
1.77
KB
-r--r--r--
2014-12-27 11:48
ppphtest.t
22.04
KB
-r--r--r--
2014-12-27 11:49
pv_tools.t
1.78
KB
-r--r--r--
2014-12-27 11:48
pvs.t
1.75
KB
-r--r--r--
2014-12-27 11:48
shared_pv.t
1.22
KB
-r--r--r--
2014-12-27 11:48
snprintf.t
1.25
KB
-r--r--r--
2014-12-27 11:48
sprintf.t
1.25
KB
-r--r--r--
2014-12-27 11:48
strlfuncs.t
1.41
KB
-r--r--r--
2014-12-27 11:48
sv_xpvf.t
2.04
KB
-r--r--r--
2014-12-27 11:48
testutil.pl
993
B
-r--r--r--
2014-12-27 11:48
threads.t
1.28
KB
-r--r--r--
2014-12-27 11:48
uv.t
1.6
KB
-r--r--r--
2014-12-27 11:48
variables.t
2.34
KB
-r--r--r--
2014-12-27 11:48
warn.t
1.76
KB
-r--r--r--
2014-12-27 11:48
Save
Rename
{ my $__ntest; my $__total; sub plan { @_ == 2 or die "usage: plan(tests => count)"; my $what = shift; $what eq 'tests' or die "cannot plan anything but tests"; $__total = shift; defined $__total && $__total > 0 or die "need a positive number of tests"; print "1..$__total\n"; } sub skip { my $reason = shift; ++$__ntest; print "ok $__ntest # skip: $reason\n" } sub ok ($;$$) { local($\,$,); my $ok = 0; my $result = shift; if (@_ == 0) { $ok = $result; } else { $expected = shift; if (!defined $expected) { $ok = !defined $result; } elsif (!defined $result) { $ok = 0; } elsif (ref($expected) eq 'Regexp') { die "using regular expression objects is not backwards compatible"; } else { $ok = $result eq $expected; } } ++$__ntest; if ($ok) { print "ok $__ntest\n" } else { print "not ok $__ntest\n" } } } 1;