This module is an interface to Win32 Router Configuration useful functions, needed to translate a Friendly Name (like "Local Area Connection") into a GUID (like "{88CE272F-847A-40CF-BFBA-001D9AD97450}") and vice-versa.
This module covers only a small subset of the functions and data structures provided by the Win32 Router Configuration API.
The complete SDK Reference documentation is available online through Microsoft(R) MSDN Library (http://msdn.microsoft.com/library/default.asp)
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make install
DEPENDENCIES
This module requires these other modules and libraries:
Win32::API
COPYRIGHT AND LICENCE
Copyright (c) 2002-2003 OutSys snc.
All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.