I have an application that uses HTTP::Server::Simple and I would like to have some way of shutting down the server from within the program. I tried using die but it reported that it died and seemed to keep on running. Anyone know how this can be accomplished?