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 /
ext /
I18N-Langinfo /
Delete
Unzip
Name
Size
Permission
Date
Action
blib
[ DIR ]
drwxr-xr-x
2016-10-10 17:39
t
[ DIR ]
drwxr-xr-x
2015-02-14 16:56
Langinfo.bs
0
B
-rw-r--r--
2016-10-10 17:41
Langinfo.c
16.15
KB
-rw-r--r--
2016-10-10 17:39
Langinfo.o
8.75
KB
-rw-r--r--
2016-10-10 17:39
Langinfo.pm
3.95
KB
-r--r--r--
2014-12-27 11:49
Langinfo.xs
533
B
-r--r--r--
2014-12-27 11:48
Makefile
29.39
KB
-rw-r--r--
2016-10-10 17:39
Makefile.PL
1.67
KB
-r--r--r--
2014-12-27 11:48
const-c.inc
8.62
KB
-rw-r--r--
2016-10-10 17:39
const-xs.inc
9.55
KB
-rw-r--r--
2016-10-10 17:39
pm_to_blib
0
B
-rw-r--r--
2016-10-10 17:39
Save
Rename
#define PERL_NO_GET_CONTEXT #include "EXTERN.h" #include "perl.h" #include "XSUB.h" #ifdef I_LANGINFO # define __USE_GNU 1 /* Enables YESSTR, otherwise only __YESSTR. */ # include <langinfo.h> #endif #include "const-c.inc" MODULE = I18N::Langinfo PACKAGE = I18N::Langinfo PROTOTYPES: ENABLE INCLUDE: const-xs.inc SV* langinfo(code) int code PROTOTYPE: _ CODE: #ifdef HAS_NL_LANGINFO RETVAL = newSVpv(nl_langinfo(code), 0); #else croak("nl_langinfo() not implemented on this architecture"); #endif OUTPUT: RETVAL