mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
93ba4df502
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
5 lines
271 B
Text
5 lines
271 B
Text
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.
|