File: preferred.pl

package info (click to toggle)
libnet-ipv6addr-perl 1.02-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 328 kB
  • sloc: perl: 598; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#!/usr/bin/perl
use warnings;
use strict;
use Net::IPv6Addr 'to_string_preferred';
print to_string_preferred ('dead:beef:cafe:babe::f0ad');