File: resolv-ipv6.pl

package info (click to toggle)
libnet-frame-perl 1.21-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 316 kB
  • sloc: perl: 1,883; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (4)
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";