has anyone experienced with communicating between a windows application and a perl script? I have a perl server runing, and a perl client that is connected to it, I have a windows app that launches the client, what I need is a way to get the windows app to let the perl client know that it needs to alert the server that it is quitting.
Or is there a way for another perl script to be invoqued that will send some info to the client (which is still connected to the server) to let it know that it should let the server know that it is quitting? THanks