I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2006-07-06 16:15:24-07 by cmv
Package Requires PATH Environment Variable to Find ipconfig on Win32 Systems
The module as written, doesn't have a fallback absolute path to find the ipconfig command on Win32 systems. This means that the PATH environment variable is the sole method used to find ipconfig. I would recommend modifying the package to look in c:\Windows\System32 for the ipconfig command if all other methods fail. This would make it a bit more robust. I tried submitting this as a bug, but the link for writing bugs against this module doesn't seem to be working for me.
Direct Responses: 2602 | Write a response
Posted on 2006-07-08 19:35:19-07 by mthurn in response to 2584
Re: Package Requires PATH Environment Variable to Find ipconfig on Win32 Systems
Thank you for the report! Version 1.074 is being uploaded right now. It has some built-in paths or you can even tell it exactly where your ipconfig.exe is located. - - Martin
Direct Responses: Write a response