http://www.perlmonks.org?node_id=1199919


in reply to Re: Win32 Network Adapter module naming
in thread Win32 Network Adapter module naming

Thanks!

Nit-picking, but technically twice :-P

use Win32::Really::Long::Module::Name::To::Get::Interface::Adapter::In +fo; ... my $if = Win32::Really::Long::Module::Name::To::Get::Interface::Adapte +r::Info->new();

... but point taken :-). Could always alias it as well. Three "levels" may be best - Win32::Net/Network::Interface/Adapter(::Info) - maybe optional fourth level of 'Info' in case someone wants to Win32::Net/Network::Interface/Adapter::Setter?