I have a sub that is run on everytime a script gets a message, the scipt runs and stays running, when it gets something comming in, it runs the sub.
The sub just includes another file. my issues is that if I change the file, i have to restart the master program. I want to be able to change the file and have it load the file every time the sub is run. Does anyone know how to do this?