I'm working with some perl code that basiclly traverses and indexes a given list of URLs. This code uses, among other modules, HTTP.pm. I have a need to check and log the port number used by these foreign hosts. Basiclly I need to make a note of those not using PORT 80. Does anyone know of any easy way to do this? If not, does anyone know of