In news:(E-Mail Removed) ups.com,
(E-Mail Removed) <(E-Mail Removed)> wrote:
> I mean how to open a IPC object irrespective of its type?
> Can anyone help or point to some link?
$ man -k ipc
IPC::Msg (3pm) - SysV Msg IPC object class
IPC::Open2 (3pm) - open a process for both reading and writing
IPC::Open3 (3pm) - open a process for reading, writing, and error
handling
IPC::Semaphore (3pm) - SysV Semaphore IPC object class
IPC::SysV (3pm) - SysV IPC constants
....
ipcs (8) - provide information on ipc facilities
ipcs [ipcrm] (8) - provide information on ipc facilities
open2 [IPC::Open2] (3pm) - open a process for both reading and writing
open3 [IPC::Open3] (3pm) - open a process for reading, writing, and error
handling
perlipc (1) - Perl interprocess communication (signals, fifos,
pipes, safe subprocesses, sockets, and semaphores)