Hackfut Security File Manager
Current Path:
/usr/lib64/perl5
usr
/
lib64
/
perl5
/
📁
..
📁
5.10.0
📁
B
📄
B.pm
(25.1 KB)
📁
CORE
📁
Compress
📄
Config.pm
(2.68 KB)
📄
Config.pod
(221.26 KB)
📄
Config_git.pl
(409 B)
📄
Config_heavy.pl
(38.48 KB)
📄
Cwd.pm
(20.67 KB)
📄
DB_File.pm
(62.05 KB)
📁
Data
📁
Devel
📁
Digest
📄
DynaLoader.pm
(24.45 KB)
📁
Encode
📄
Encode.pm
(29.03 KB)
📄
Errno.pm
(7.47 KB)
📄
Fcntl.pm
(5.32 KB)
📁
File
📁
Filter
📄
GDBM_File.pm
(1.78 KB)
📁
Hash
📁
I18N
📁
IO
📄
IO.pm
(1.37 KB)
📁
IPC
📁
JSON
📁
List
📁
MIME
📁
Math
📄
NDBM_File.pm
(2.46 KB)
📄
O.pm
(4.11 KB)
📄
Opcode.pm
(15.13 KB)
📄
POSIX.pm
(20.52 KB)
📄
POSIX.pod
(57.25 KB)
📁
PerlIO
📄
SDBM_File.pm
(2.46 KB)
📁
Scalar
📄
Socket.pm
(9.75 KB)
📄
Storable.pm
(40.03 KB)
📁
Sub
📁
Sys
📁
Text
📁
Time
📁
Unicode
📄
XSLoader.pm
(10.28 KB)
📄
_h2ph_pre.ph
(11.18 KB)
📁
asm
📁
asm-generic
📄
attrs.pm
(1.4 KB)
📁
auto
📁
bits
📄
encoding.pm
(19.43 KB)
📄
endian.ph
(4.06 KB)
📄
features.ph
(13.01 KB)
📁
gnu
📄
lib.pm
(6.69 KB)
📁
linux
📁
machine
📄
mro.pm
(10.84 KB)
📄
ops.pm
(997 B)
📄
perllocal.pod
(11.11 KB)
📄
re.pm
(14.47 KB)
📄
signal.ph
(4.02 KB)
📄
stdarg.ph
(2.88 KB)
📄
stddef.ph
(11.33 KB)
📁
sys
📄
syscall.ph
(86 B)
📄
syslimits.ph
(454 B)
📄
syslog.ph
(85 B)
📁
threads
📄
threads.pm
(33.58 KB)
📄
time.ph
(4.49 KB)
📁
vendor_perl
📁
version
📄
version.pm
(3.47 KB)
📄
version.pod
(9.6 KB)
📄
wait.ph
(83 B)
📄
xlocale.ph
(156 B)
Editing: time.ph
require '_h2ph_pre.ph'; no warnings qw(redefine misc); unless(defined(&_TIME_H)) { if((! defined (defined(&__need_time_t) ? &__need_time_t : undef) && !defined (defined(&__need_clock_t) ? &__need_clock_t : undef) && ! defined (defined(&__need_timespec) ? &__need_timespec : undef))) { eval 'sub _TIME_H () {1;}' unless defined(&_TIME_H); require 'features.ph'; } if(defined(&_TIME_H)) { eval 'sub __need_size_t () {1;}' unless defined(&__need_size_t); eval 'sub __need_NULL () {1;}' unless defined(&__need_NULL); require 'stddef.ph'; require 'bits/time.ph'; if(!defined (defined(&__STRICT_ANSI__) ? &__STRICT_ANSI__ : undef) && !defined (defined(&__USE_XOPEN2K) ? &__USE_XOPEN2K : undef)) { unless(defined(&CLK_TCK)) { eval 'sub CLK_TCK () { &CLOCKS_PER_SEC;}' unless defined(&CLK_TCK); } } } if(!defined (defined(&__clock_t_defined) ? &__clock_t_defined : undef) && (defined (defined(&_TIME_H) ? &_TIME_H : undef) || defined (defined(&__need_clock_t) ? &__need_clock_t : undef))) { eval 'sub __clock_t_defined () {1;}' unless defined(&__clock_t_defined); require 'bits/types.ph'; if(defined (defined(&__USE_XOPEN) ? &__USE_XOPEN : undef) || defined (defined(&__USE_POSIX) ? &__USE_POSIX : undef) || defined (defined(&__USE_MISC) ? &__USE_MISC : undef)) { } } undef(&__need_clock_t) if defined(&__need_clock_t); if(!defined (defined(&__time_t_defined) ? &__time_t_defined : undef) && (defined (defined(&_TIME_H) ? &_TIME_H : undef) || defined (defined(&__need_time_t) ? &__need_time_t : undef))) { eval 'sub __time_t_defined () {1;}' unless defined(&__time_t_defined); require 'bits/types.ph'; if(defined (defined(&__USE_POSIX) ? &__USE_POSIX : undef) || defined (defined(&__USE_MISC) ? &__USE_MISC : undef) || defined (defined(&__USE_SVID) ? &__USE_SVID : undef)) { } } undef(&__need_time_t) if defined(&__need_time_t); if(!defined (defined(&__clockid_t_defined) ? &__clockid_t_defined : undef) && ((defined (defined(&_TIME_H) ? &_TIME_H : undef) && defined (defined(&__USE_POSIX199309) ? &__USE_POSIX199309 : undef)) || defined (defined(&__need_clockid_t) ? &__need_clockid_t : undef))) { eval 'sub __clockid_t_defined () {1;}' unless defined(&__clockid_t_defined); require 'bits/types.ph'; } undef(&__clockid_time_t) if defined(&__clockid_time_t); if(!defined (defined(&__timer_t_defined) ? &__timer_t_defined : undef) && ((defined (defined(&_TIME_H) ? &_TIME_H : undef) && defined (defined(&__USE_POSIX199309) ? &__USE_POSIX199309 : undef)) || defined (defined(&__need_timer_t) ? &__need_timer_t : undef))) { eval 'sub __timer_t_defined () {1;}' unless defined(&__timer_t_defined); require 'bits/types.ph'; } undef(&__need_timer_t) if defined(&__need_timer_t); if(!defined (defined(&__timespec_defined) ? &__timespec_defined : undef) && ((defined (defined(&_TIME_H) ? &_TIME_H : undef) && (defined (defined(&__USE_POSIX199309) ? &__USE_POSIX199309 : undef) || defined (defined(&__USE_MISC) ? &__USE_MISC : undef))) || defined (defined(&__need_timespec) ? &__need_timespec : undef))) { eval 'sub __timespec_defined () {1;}' unless defined(&__timespec_defined); require 'bits/types.ph'; } undef(&__need_timespec) if defined(&__need_timespec); if(defined(&_TIME_H)) { if(defined(&__USE_BSD)) { } else { } if(defined (defined(&__USE_XOPEN) ? &__USE_XOPEN : undef) || defined (defined(&__USE_POSIX) ? &__USE_POSIX : undef) || defined (defined(&__USE_MISC) ? &__USE_MISC : undef)) { } if(defined(&__USE_POSIX199309)) { } if(defined(&__USE_XOPEN2K)) { unless(defined(&__pid_t_defined)) { eval 'sub __pid_t_defined () {1;}' unless defined(&__pid_t_defined); } } if(defined(&__USE_XOPEN)) { } if(defined(&__USE_XOPEN2K8)) { require 'xlocale.ph'; } if(defined(&__USE_GNU)) { } if(defined (defined(&__USE_POSIX) ? &__USE_POSIX : undef) || defined (defined(&__USE_MISC) ? &__USE_MISC : undef)) { } if(defined (defined(&__USE_POSIX) ? &__USE_POSIX : undef) || defined (defined(&__USE_MISC) ? &__USE_MISC : undef)) { } if(defined(&__USE_POSIX)) { } if(defined (defined(&__USE_SVID) ? &__USE_SVID : undef) || defined (defined(&__USE_XOPEN) ? &__USE_XOPEN : undef)) { } if(defined(&__USE_SVID)) { } eval 'sub __isleap { my($year) = @_; eval q((($year) % 4== 0 && (($year) % 100!= 0|| ($year) % 400== 0))); }' unless defined(&__isleap); if(defined(&__USE_MISC)) { } if(defined(&__USE_POSIX199309)) { if(defined(&__USE_XOPEN2K)) { } } if(defined(&__USE_XOPEN_EXTENDED)) { } if(defined(&__USE_GNU)) { } } } 1;
Upload File
Create Folder