home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Updates / Perl / Non-RPC / Docs / RISCOS-Library-Docs / MemMap.pm < prev    next >
Text File  |  1999-04-17  |  536b  |  19 lines

  1. NAME
  2.     RISCOS::MemMap -- perl module to manage memory map entries
  3.  
  4. SYNOPSIS
  5.         use RISCOS::MemMap 'page_status';
  6.         $status_text = page_status $status;
  7.  
  8.  
  9. DESCRIPTION
  10.     This module provides a perl function `page_status' to convert
  11.     numeric OS MemMap page access flags to text. If called in scalar
  12.     context `page_status' will return the text corresponding to the
  13.     first argument. In array context it will return a list of text
  14.     lines correspoding to the arguments,
  15.  
  16. AUTHOR
  17.     Nicholas Clark <nick@unfortu.net>
  18.  
  19.