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 /
plan9 /
Delete
Unzip
Name
Size
Permission
Date
Action
arpa
[ DIR ]
drwxr-xr-x
2015-02-14 16:56
aperl
229
B
-r--r--r--
2014-12-27 11:48
buildinfo
16
B
-r--r--r--
2014-12-27 11:48
config.plan9
131.38
KB
-r--r--r--
2015-01-28 21:08
config_h.sample
129.25
KB
-r--r--r--
2014-12-27 11:48
config_sh.sample
22.12
KB
-r--r--r--
2015-01-28 21:08
exclude
209
B
-r--r--r--
2014-12-27 11:48
fndvers
205
B
-r--r--r--
2014-12-27 11:48
genconfig.pl
8.25
KB
-r--r--r--
2014-12-27 11:48
mkfile
5.62
KB
-r--r--r--
2015-01-17 16:51
myconfig.plan9
1.34
KB
-r--r--r--
2014-12-27 11:48
plan9.c
3.12
KB
-r--r--r--
2014-12-27 11:48
plan9ish.h
4.15
KB
-r--r--r--
2014-12-27 11:48
setup.rc
1.67
KB
-r--r--r--
2014-12-27 11:48
versnum
205
B
-r--r--r--
2014-12-27 11:48
Save
Rename
#!/bin/rc # This script is designed to provide a handy summary of the configuration # information being used to build perl. This is especially useful if you # are requesting help from comp.lang.perl.misc on usenet or via mail. #This script is the "myconfig" script altered to run on Plan 9. #Last Modified: 28-Jun-96 Luther Huffman lutherh@stratcom.com . config.sh # Note that the text lines /^Summary of/ .. /^\s*$/ are copied into Config.pm. # XXX Add d_sigaction (?) once it's defined. $spitshell<<!GROK!THIS! Summary of my $package ($baserev version $PERL_VERSION subversion $PERL_SUBVERSION) configuration: Platform: osname=$osname, osver=$osvers, archname=$archname uname='$myuname' hint=$hint, useposix=$useposix Compiler: cc='$cc', optimize='$optimize', gccversion=$gccversion cppflags='$cppflags' ccflags ='$ccflags' stdchar='$stdchar', d_stdstdio=$d_stdstdio, usevfork=$usevfork castflags=$castflags, d_casti32=$d_casti32, d_castneg=$d_castneg intsize=$intsize, alignbytes=$alignbytes, usemymalloc=$usemymalloc, randbits=$randbits Linker and Libraries: ld='$ld', ldflags ='$ldflags' libpth=$libpth libs=$libs libc=$libc, so=$so Dynamic Linking: dlsrc=$dlsrc, dlext=$dlext, d_dlsymun=$d_dlsymun, ccdlflags='$ccdlflags' cccdlflags='$cccdlflags', lddlflags='$lddlflags' !GROK!THIS!