Help for this page

Select Code to Download


  1. or download this
    while(/hops(.+)Trace/mg){
        print $1, "\n" if /($RE{net}{IPv4})/;
    
  2. or download this
    print "$1\n" for /($RE{net}{IPv4})/g;