in reply to Re^2: Cross Platform Network Interface Module
in thread Cross Platform Network Interface Module

We like the idea of your Win32::Interfaces module. I see this module is not on CPAN yet. Is there a possibility that you can share this module with us?
  • Comment on Re^3: Cross Platform Network Interface Module

Replies are listed 'Best First'.
Re^4: Cross Platform Network Interface Module
by VinsWorldcom (Prior) on Jun 30, 2015 at 17:39 UTC

    Because it's based on screen scraping output of 'wmic' and 'netsh' commands which may not be available on older versions of Windows, I'm reluctant to throw it out there.

    You can find the Win32\Interfaces.pm code itself (minus the Changes, README, etc. stuff for a full .tar.gz module) on GitHub as part of my PPC project:

    https://github.com/vinsworldcom/PPC