Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl;
    
    ...
        my @IPs = $data =~ /Static.+Static.+> to ([\d.]+) via.+> to ([\d.]
    ++) via/s;
        say for @IPs;
    }
    
  2. or download this
    10.0.0.110
    10.0.0.106