in reply to communication between programs
. It kinda works except that I am having issues reading the data.
What are these issues? What exactly happens? Do blue flames burst out of your computer?
Looking over your code and the documentation seems to suggest that IO::Select->can_read returns a list, and you treat it as if it returned an array ref.
You do Use strict and warnings, do you? Because you should.
|
|---|