Tagged Questions
2
votes
1answer
169 views
Why does this simple Perl client not work?
I am fairly new to IPC with sockets and expect this issue is a simple one to resolve.
I'm trying to understand why I cannot get this example script from perldoc perlipc to run on my Ubuntu setup:
...