• NAME
  • DESCRIPTION
  • Signals
  • Named Pipes
  • Using open() for IPC
    • Filehandles
    • Background Processes
    • Complete Dissociation of Child from Parent
    • Safe Pipe Opens
    • Bidirectional Communication with Another Process
  • Sockets: Client/Server Communication
    • Internet TCP Clients and Servers
    • Unix-Domain TCP Clients and Servers
  • TCP Clients with IO::Socket
    • A Simple Client
    • A Webget Client
    • Interactive Client with IO::Socket
  • TCP Servers with IO::Socket
  • UDP: Message Passing
  • SysV IPC
  • NOTES
  • BUGS
  • AUTHOR
  • SEE ALSO