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: signal.ph
require '_h2ph_pre.ph'; no warnings qw(redefine misc); unless(defined(&_SIGNAL_H)) { if(!defined (defined(&__need_sig_atomic_t) ? &__need_sig_atomic_t : undef) && !defined (defined(&__need_sigset_t) ? &__need_sigset_t : undef)) { eval 'sub _SIGNAL_H () {1;}' unless defined(&_SIGNAL_H); } require 'features.ph'; require 'bits/sigset.ph'; if(defined (defined(&__need_sig_atomic_t) ? &__need_sig_atomic_t : undef) || defined (defined(&_SIGNAL_H) ? &_SIGNAL_H : undef)) { unless(defined(&__sig_atomic_t_defined)) { eval 'sub __sig_atomic_t_defined () {1;}' unless defined(&__sig_atomic_t_defined); } undef(&__need_sig_atomic_t) if defined(&__need_sig_atomic_t); } if(defined (defined(&__need_sigset_t) ? &__need_sigset_t : undef) || (defined (defined(&_SIGNAL_H) ? &_SIGNAL_H : undef) && defined (defined(&__USE_POSIX) ? &__USE_POSIX : undef))) { unless(defined(&__sigset_t_defined)) { eval 'sub __sigset_t_defined () {1;}' unless defined(&__sigset_t_defined); } undef(&__need_sigset_t) if defined(&__need_sigset_t); } if(defined(&_SIGNAL_H)) { require 'bits/types.ph'; require 'bits/signum.ph'; if(defined (defined(&__USE_XOPEN) ? &__USE_XOPEN : undef) || defined (defined(&__USE_XOPEN2K) ? &__USE_XOPEN2K : undef)) { unless(defined(&__pid_t_defined)) { eval 'sub __pid_t_defined () {1;}' unless defined(&__pid_t_defined); } if(defined(&__USE_XOPEN)) { } unless(defined(&__uid_t_defined)) { eval 'sub __uid_t_defined () {1;}' unless defined(&__uid_t_defined); } } if(defined(&__USE_POSIX199309)) { eval 'sub __need_timespec () {1;}' unless defined(&__need_timespec); require 'time.ph'; require 'bits/siginfo.ph'; } if(defined(&__USE_GNU)) { } if(defined(&__USE_BSD)) { } else { if(defined(&__REDIRECT_NTH)) { } else { eval 'sub signal () { &__sysv_signal;}' unless defined(&signal); } } if(defined(&__USE_XOPEN)) { } if(defined(&__USE_POSIX)) { } if(defined (defined(&__USE_BSD) ? &__USE_BSD : undef) || defined (defined(&__USE_XOPEN_EXTENDED) ? &__USE_XOPEN_EXTENDED : undef)) { } if(defined(&__USE_SVID)) { } if(defined (defined(&__USE_MISC) ? &__USE_MISC : undef) || defined (defined(&__USE_XOPEN2K) ? &__USE_XOPEN2K : undef)) { } if(defined(&__USE_XOPEN2K)) { } if(defined(&__FAVOR_BSD)) { } else { if(defined(&__USE_XOPEN)) { if(defined(&__GNUC__)) { } else { eval 'sub sigpause { my($sig) = @_; eval q( &__sigpause (($sig), 1)); }' unless defined(&sigpause); } } } if(defined(&__USE_BSD)) { eval 'sub sigmask { my($sig) = @_; eval q( &__sigmask($sig)); }' unless defined(&sigmask); } if(defined(&__USE_MISC)) { eval 'sub NSIG () { &_NSIG;}' unless defined(&NSIG); } if(defined(&__USE_GNU)) { } if(defined(&__USE_BSD)) { } if(defined(&__USE_POSIX)) { if(defined(&__USE_GNU)) { } require 'bits/sigaction.ph'; if(defined(&__USE_POSIX199309)) { } } if(defined(&__USE_BSD)) { eval 'sub sv_onstack () { &sv_flags;}' unless defined(&sv_onstack); eval 'sub SV_ONSTACK () {(1<< 0);}' unless defined(&SV_ONSTACK); eval 'sub SV_INTERRUPT () {(1<< 1);}' unless defined(&SV_INTERRUPT); eval 'sub SV_RESETHAND () {(1<< 2);}' unless defined(&SV_RESETHAND); require 'bits/sigcontext.ph'; } if(defined (defined(&__USE_BSD) ? &__USE_BSD : undef) || defined (defined(&__USE_XOPEN_EXTENDED) ? &__USE_XOPEN_EXTENDED : undef) || defined (defined(&__USE_XOPEN2K8) ? &__USE_XOPEN2K8 : undef)) { eval 'sub __need_size_t () {1;}' unless defined(&__need_size_t); require 'stddef.ph'; require 'bits/sigstack.ph'; if(defined (defined(&__USE_XOPEN) ? &__USE_XOPEN : undef) || defined (defined(&__USE_XOPEN2K8) ? &__USE_XOPEN2K8 : undef)) { require 'sys/ucontext.ph'; } } if(defined(&__USE_XOPEN_EXTENDED)) { } if(defined (defined(&__USE_POSIX199506) ? &__USE_POSIX199506 : undef) || defined (defined(&__USE_UNIX98) ? &__USE_UNIX98 : undef)) { require 'bits/pthreadtypes.ph'; require 'bits/sigthread.ph'; } } } 1;
Upload File
Create Folder