slackbuilds/perl/perl-Sys-Mmap
Robby Workman cabddbf236 perl/perl-Sys-Mmap: Fixed PRGNAM in build script
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2020-01-03 02:06:15 -06:00
..
README
perl-Sys-Mmap.SlackBuild perl/perl-Sys-Mmap: Fixed PRGNAM in build script 2020-01-03 02:06:15 -06:00
perl-Sys-Mmap.info perl/perl-Sys-Mmap: Updated for version 0.17 + new maintainer. 2015-10-19 01:37:46 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

perl-Sys-Mmap (uses mmap to map in a file as a Perl variable)

The mmap module uses the POSIX mmap call to map in a file as a Perl
variable. Memory access by mmap may be shared between threads or
forked processes, and may be a disc file that has been mapped into memory.