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 /
utils /
Delete
Unzip
Name
Size
Permission
Date
Action
Makefile
2.15
KB
-rw-r--r--
2016-10-10 17:41
Makefile.PL
2.8
KB
-r--r--r--
2014-12-27 11:49
c2ph
35.77
KB
-rwxr-xr-x
2016-10-10 17:41
c2ph.PL
37.81
KB
-r--r--r--
2014-12-27 11:49
config_data
7.08
KB
-rwxr-xr-x
2016-10-10 17:41
config_data.PL
1.45
KB
-r--r--r--
2014-12-27 11:49
corelist
12.51
KB
-rwxr-xr-x
2016-10-10 17:41
corelist.PL
1.44
KB
-r--r--r--
2014-12-27 11:49
cpan
5.75
KB
-rwxr-xr-x
2016-10-10 17:41
cpan.PL
1.4
KB
-r--r--r--
2014-12-27 11:49
enc2xs
38.51
KB
-rwxr-xr-x
2016-10-10 17:41
enc2xs.PL
1.41
KB
-r--r--r--
2014-12-27 11:49
h2ph
27.67
KB
-rwxr-xr-x
2016-10-10 17:41
h2ph.PL
28.84
KB
-r--r--r--
2014-12-27 11:49
h2xs
59.37
KB
-rwxr-xr-x
2016-10-10 17:41
h2xs.PL
60.53
KB
-r--r--r--
2014-12-27 11:49
instmodsh
4.17
KB
-rwxr-xr-x
2016-10-10 17:41
instmodsh.PL
1.46
KB
-r--r--r--
2014-12-27 11:49
json_pp
3.85
KB
-rwxr-xr-x
2016-10-10 17:41
json_pp.PL
1.44
KB
-r--r--r--
2014-12-27 11:49
libnetcfg
15.37
KB
-rwxr-xr-x
2016-10-10 17:41
libnetcfg.PL
16.53
KB
-r--r--r--
2014-12-27 11:49
perlbug
44.31
KB
-rwxr-xr-x
2016-10-10 17:41
perlbug.PL
45.92
KB
-r--r--r--
2014-12-27 11:49
perldoc
246
B
-rwxr-xr-x
2016-10-10 17:41
perldoc.PL
1.65
KB
-r--r--r--
2014-12-27 11:49
perlivp
10.55
KB
-rwxr-xr-x
2016-10-10 17:41
perlivp.PL
12.34
KB
-r--r--r--
2014-12-27 11:49
piconv
8.09
KB
-rwxr-xr-x
2016-10-10 17:41
piconv.PL
1.41
KB
-r--r--r--
2014-12-27 11:49
pl2pm
4.45
KB
-rwxr-xr-x
2016-10-10 17:41
pl2pm.PL
5.6
KB
-r--r--r--
2014-12-27 11:49
pod2html
4.02
KB
-rwxr-xr-x
2016-10-10 17:41
pod2html.PL
1.42
KB
-r--r--r--
2014-12-27 11:49
prove
13.21
KB
-rwxr-xr-x
2016-10-10 17:41
prove.PL
1.41
KB
-r--r--r--
2014-12-27 11:49
pstruct
35.77
KB
-rwxr-xr-x
2016-10-10 17:41
ptar
3.46
KB
-rwxr-xr-x
2016-10-10 17:41
ptar.PL
1.44
KB
-r--r--r--
2014-12-27 11:49
ptardiff
2.44
KB
-rwxr-xr-x
2016-10-10 17:41
ptardiff.PL
1.44
KB
-r--r--r--
2014-12-27 11:49
ptargrep
4.16
KB
-rwxr-xr-x
2016-10-10 17:41
ptargrep.PL
1.44
KB
-r--r--r--
2014-12-27 11:49
shasum
8.84
KB
-rwxr-xr-x
2016-10-10 17:41
shasum.PL
1.44
KB
-r--r--r--
2014-12-27 11:49
splain
18.35
KB
-rwxr-xr-x
2016-10-10 17:41
splain.PL
1.38
KB
-r--r--r--
2014-12-27 11:49
xsubpp
5.03
KB
-rwxr-xr-x
2016-10-10 17:41
xsubpp.PL
1.45
KB
-r--r--r--
2014-12-27 11:49
zipdetails
47.34
KB
-rwxr-xr-x
2016-10-10 17:41
zipdetails.PL
1.45
KB
-r--r--r--
2014-12-27 11:49
Save
Rename
#!./miniperl -w use strict; use Config; if (@ARGV) { my $dir = shift; chdir $dir or die "Can't chdir '$dir': $!"; } # Note, the generated utils/Makefile isn't used by VMS yet. # The next step on cleaning this is up is probably to work to reduce the size # of the "problem" in both this file and vms/descrip_mms.template by # attempting to move the work from them to the extension directories and # ExtUtils::MakeMaker. require 'regen/regen_lib.pl'; my $target = 'utils/Makefile'; print "Extracting $target (with variable substitutions)\n"; my $fh = open_new($target, undef, {by => $0}, 1); # These use the Cwd extension. For statically-built perls, we # need perl, not just miniperl. my $perl = defined $Config{usedl} ? '../miniperl' : '../perl'; print $fh <<"EOT"; PERL = $perl REALPERL = ../perl RUN = # Used mainly cross-compilation setups. EOT print $fh <<'EOT'; # Files to be built with variable substitution after miniperl is # available. Dependencies handled manually below (for now). pl = c2ph.PL config_data.PL corelist.PL cpan.PL h2ph.PL h2xs.PL instmodsh.PL json_pp.PL perlbug.PL perldoc.PL perlivp.PL pl2pm.PL prove.PL ptar.PL ptardiff.PL ptargrep.PL shasum.PL splain.PL libnetcfg.PL piconv.PL enc2xs.PL xsubpp.PL pod2html.PL zipdetails.PL plextract = c2ph config_data corelist cpan h2ph h2xs instmodsh json_pp perlbug perldoc perlivp pl2pm prove ptar ptardiff ptargrep shasum splain libnetcfg piconv enc2xs xsubpp pod2html zipdetails plextractexe = ./c2ph ./config_data ./corelist ./cpan ./h2ph ./h2xs ./json_pp ./instmodsh ./perlbug ./perldoc ./perlivp ./pl2pm ./prove ./ptar ./ptardiff ./ptargrep ./shasum ./splain ./libnetcfg ./piconv ./enc2xs ./xsubpp ./pod2html ./zipdetails all: $(plextract) $(plextract): $(RUN) $(PERL) -I../lib $@.PL c2ph: c2ph.PL ../config.sh cpan: cpan.PL ../config.sh config_data: config_data.PL ../config.sh corelist: corelist.PL ../config.sh h2ph: h2ph.PL ../config.sh h2xs: h2xs.PL ../config.sh instmodsh: instmodsh.PL ../config.sh json_pp: json_pp.PL ../config.sh perlbug: perlbug.PL ../config.sh ../patchlevel.h perldoc: perldoc.PL ../config.sh perlivp: perlivp.PL ../config.sh prove: prove.PL ../config.sh ptar: ptar.PL ../config.sh ptardiff: ptardiff.PL ../config.sh ptargrep: ptargrep.PL ../config.sh pl2pm: pl2pm.PL ../config.sh shasum: shasum.PL ../config.sh splain: splain.PL ../config.sh ../lib/diagnostics.pm libnetcfg: libnetcfg.PL ../config.sh piconv: piconv.PL ../config.sh enc2xs: enc2xs.PL ../config.sh xsubpp: xsubpp.PL ../config.sh zipdetails: zipdetails.PL ../config.sh pod2html: pod2html.PL ../config.sh ../ext/Pod-Html/bin/pod2html clean: realclean: rm -rf $(plextract) pstruct $(plextractexe) rm -f ../t/_h2ph_pre.ph clobber: realclean distclean: clobber veryclean: distclean -rm -f *~ *.org EOT read_only_bottom_close_and_rename($fh);