perlio::mmap(3pm) osx man page | unix.com

Man Page: perlio::mmap

Operating Environment: osx

Section: 3pm

PerlIO::mmap(3pm)					 Perl Programmers Reference Guide					 PerlIO::mmap(3pm)

NAME
PerlIO::mmap - Memory mapped IO
SYNOPSIS
open my $fh, '<:mmap', $filename;
DESCRIPTION
This layer does "read" and "write" operations by mmap()ing the file if possible, but falls back to the default behavior if not.
IMPLEMENTATION NOTE
"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 "use PerlIO::mmap;". perl v5.16.2 2012-10-25 PerlIO::mmap(3pm)
Related Man Pages
perlio(3pm) - suse
perlio::via::quotedprint(3pm) - mojave
perlio::via::quotedprint5.18(3pm) - mojave
perlio::via::bzip2(3) - osx
perlio::eol(3pm) - debian
Similar Topics in the Unix Linux Community
Mac OS X: Based on UNIX - Solid As a Rock
Hearing Aid for OSX 10.12.x and greater.
Shopt -s histappend
To print diamond asterisk pattern based on inputs
A dash to GOTO or a dash from GOTO, that is the question...