read ( POS, SIZE ) Read SIZE bytes from the shared memory segment at POS . Returns the string read, or undef if there was an error. The return value becomes tainted. See shmread. write ( STRING, POS, SIZE ) Write SIZE bytes to the shared memory segment at POS . Returns true if successful, or false if there is an error. See shmwrite.