Codebase list libnet-frame-perl / HEAD examples / resolv-ipv6.pl
HEAD

Tree @HEAD (Download .tar.gz)

resolv-ipv6.pl @HEADraw · history · blame

1
2
3
4
5
6
7
#!/usr/bin/perl
use strict;
use warnings;

use Net::Frame::Layer qw(:subs);

print getHostIpv6Addr('www.google.com')."\n";