in reply to IPV6 ping code not working
my $ping = Net::Ping->new('icmpv6', 'ipv6');
That is not a valid call to the constructor:
$ perl -MNet::Ping -e 'my $ping = Net::Ping->new(q/icmpv6/, q/ipv6/);' Protocol for ping must be "icmp", "udp", "tcp", "syn", "stream", or "e +xternal" at -e line 1.
at least not in version 2.43 which is what I have installed here.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: IPV6 ping code not working
by amanjal (Novice) on Nov 30, 2017 at 15:18 UTC | |
by hippo (Archbishop) on Nov 30, 2017 at 17:03 UTC | |
by amanjal (Novice) on Nov 30, 2017 at 17:28 UTC | |
by stevieb (Canon) on Nov 30, 2017 at 16:37 UTC | |
by amanjal (Novice) on Nov 30, 2017 at 16:52 UTC |