Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
      my ($ip) = $line =~ /(\d+\.\d+\.\d+\.\d+)/;
      system("ssh a.AS1 traceroute $ip > file$ip.txt");
    }