Hey monks, I'm using IO::Socket::INET to listen for incoming data, and I want to be able to close this port within my script. After I start up the socket I connect to the port using telnet, but when either the
command is tried my telnet session isn't terminated. Could somebody explain how I can definitively close the port I'm using?