I have a daemon that is running and I was wondering if there was an easy way to refresh the code in a use or require statement. I want to make changes and have them reflected but I don't want to have stop and start the daemon every time I make a change.
Ideas?