slackbuilds/perl/perl-Sys-Mmap
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
README perl/*: Moved all of the Perl modules to here 2011-03-20 12:32:34 -05:00
perl-Sys-Mmap.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
perl-Sys-Mmap.info perl/perl-Sys-Mmap: Changed homepage and download link. 2013-11-13 20:17:40 -06: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.