slackbuilds_ponce/perl/perl-Sys-Mmap
Willy Sudiarto Raharjo 071651ad42 perl/perl-Sys-Mmap: Updated for version 0.16.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2013-11-11 10:53:27 -06:00
..
perl-Sys-Mmap.info perl/perl-Sys-Mmap: Updated for version 0.16. 2013-11-11 10:53:27 -06:00
perl-Sys-Mmap.SlackBuild perl/perl-Sys-Mmap: Updated for version 0.16. 2013-11-11 10:53:27 -06:00
README perl/*: Moved all of the Perl modules to here 2011-03-20 12:32:34 -05:00
slack-desc perl/*: Moved all of the Perl modules to here 2011-03-20 12:32:34 -05:00

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.