Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
x86_64-linux-gnu /
perl /
5.24.1 /
PerlIO /
Delete
Unzip
Name
Size
Permission
Date
Action
encoding.pm
1.19
KB
-rwxrwxrwx
2020-06-20 19:33
mmap.pm
600
B
-rwxrwxrwx
2020-06-20 19:33
scalar.pm
959
B
-rwxrwxrwx
2020-06-20 19:33
via.pm
7.05
KB
-rwxrwxrwx
2020-06-20 19:33
Save
Rename
package PerlIO::mmap; use strict; use warnings; our $VERSION = '0.016'; use XSLoader; XSLoader::load(__PACKAGE__, __PACKAGE__->VERSION); 1; __END__ =head1 NAME PerlIO::mmap - Memory mapped IO =head1 SYNOPSIS open my $fh, '<:mmap', $filename; =head1 DESCRIPTION This layer does C<read> and C<write> operations by mmap()ing the file if possible, but falls back to the default behavior if not. =head1 IMPLEMENTATION NOTE C<PerlIO::mmap> only exists to use XSLoader to load C code that provides support for using memory mapped IO. One does not need to explicitly C<use PerlIO::mmap;>. =cut