Jim Prewett <[EMAIL PROTECTED]> writes: > Namely, the destination hosts should be printed vertically so that I can > keep the columns nice and clean. > > Does anyone have a spiffy solution for this?
Shouldn't the ports and IPs be printed out in pairs, with the right ones matched up? Just print them out in a FORMAT loop like that, indenting to the correct column for each one using the usual ~^ stuff in the format string. -- Rahul Jain [EMAIL PROTECTED] Professional Software Developer, Amateur Quantum Mechanicist
