⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.90
Server IP:
104.21.80.1
Server:
Linux vmi2315822.contaboserver.net 5.15.0-134-generic #145-Ubuntu SMP Wed Feb 12 20:08:39 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.3.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
x86_64-linux-gnu
/
perl5
/
5.34
/
File
/
FcntlLock
/
View File Name :
XS.pm
# -*- cperl -*- # # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. # # Copyright (C) 2002-2014 Jens Thoms Toerring <jt@toerring.de> # Alias for package for File::FcntlLock package File::FcntlLock::XS; use v5.6.1; use strict; use warnings; use base qw( File::FcntlLock ); our $VERSION = File::FcntlLock->VERSION; our @EXPORT = @File::FcntlLock::EXPORT; 1; # Local variables: # tab-width: 4 # indent-tabs-mode: nil # End: