im trying to bind multiple sockets, and whenever someone connects to any of the ports, it displays it. I know i should use IO::Socket and IO::Select, but im not sure the best way to go abouts doing it. the ports to bind to are defined in a config file that the script uses, so its nothing hardcoded. Thanks for the help!
2bit4