I have a script that does this on Windows 2000:

foreach (`tracert -h 20 $ip`) {
        chomp $_;
        print $_ . "<br>";

    }

If I include this in an SSI with "include virtual" Apache inserts the
HTTP headers into the SSI document as well.

Reply via email to