README 271 B

1234567
  1. perl-Sys-Mmap (uses mmap to map in a file as a Perl variable)
  2. The mmap module uses the POSIX mmap call to map in a file as a Perl
  3. variable. Memory access by mmap may be shared between threads or
  4. forked processes, and may be a disc file that has been mapped into
  5. memory.