start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: shmget Chapter 5
Function Reference
Next: Reference: shmwrite
 

shmread

shmread 
id
, 
var
, 
pos
, 
size

Reads from the shared memory segment id starting at position pos for size size (by attaching to it, copying out, and detaching from it). var must be a variable that will hold the data read. The function returns true if successful, or false if there is an error. On error, it puts the error code into $! . This function is available only on machines supporting System V IPC.


Previous: Reference: shmget Perl in a Nutshell Next: Reference: shmwrite
Reference: shmget Book Index Reference: shmwrite

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.