App-DHCPClientUtils
view release on metacpan or search on metacpan
scripts/network-interface-info.pl view on Meta::CPAN
#!/usr/bin/env perl
# vim: tabstop=4 shiftwidth=4 softtabstop=4 expandtab:
use Net::Interface qw(full_inet_ntop ipV6compress type :afs :iffs :iffIN6 :iftype :scope);
use Net::IP;
use Net::ISC::DHCPClient;
use POSIX qw();
use Getopt::Long;
use Pod::Usage;
use Data::Dumper;
use warnings;
use strict;
sub DisplayInterfaceInfo($)
{
my ($interfaces) = @_;
( run in 0.489 second using v1.01-cache-2.11-cpan-4d50c553e7e )