in reply to Re^3: PERL SCRIPT FOR IPv6 LOOK-UP
in thread PERL SCRIPT FOR IPv6 LOOK-UP
If I drop the '6', and use Net::Ping, then change $` to $&, it works for me: the ping_output file shows the correct 'responding' message for the list of IP addresses I gave it.use Net::Ping6; ... if($p->ping6($&))
|
|---|