in reply to Network topology mapping in single map

The best advice I can give you, not knowing much about CGI or traceroute, is to not do something as complex as this for your first Perl program. Oh, and use strict and -w ;)
  • Comment on Re: Network topology mapping in single map

Replies are listed 'Best First'.
Re: Re: Network topology mapping in single map
by mr_linux (Novice) on Aug 29, 2001 at 00:52 UTC
    Thanks for the advice, but I still am going to do it. Or die trying. The only thing left to do is to insert all routes into an array, sort it by removing duplicates, and properly display subnets. I don't think that is a issue of using Graph::, but it's an issue of proper sorting and representation. I think. Who knows, maybe I'm not explaining myself properly. Help.