home *** CD-ROM | disk | FTP | other *** search
- NAME
- RISCOS::MemMap -- perl module to manage memory map entries
-
- SYNOPSIS
- use RISCOS::MemMap 'page_status';
- $status_text = page_status $status;
-
-
- DESCRIPTION
- This module provides a perl function `page_status' to convert
- numeric OS MemMap page access flags to text. If called in scalar
- context `page_status' will return the text corresponding to the
- first argument. In array context it will return a list of text
- lines correspoding to the arguments,
-
- AUTHOR
- Nicholas Clark <nick@unfortu.net>
-
-