Win32::IPConfig is a module for retrieving TCP/IP network settings from a
Windows NT/2000/XP/2003 host machine. Specify the host and the module will
retrieve and collate all the information from the specified machine's registry
(using Win32::TieRegistry). For this module to retrieve information from a host
machine, you must have read and write access to the registry on that machine.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
On Win32 systems, you can use Microsoft's nmake.
DEPENDENCIES
This module requires the Win32::TieRegistry module.
COPYRIGHT AND LICENCE
Copyright (C) 2003,2004,2006,2010 James Macfarlane
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION,
THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS
FOR A PARTICULAR PURPOSE.