-1

while Try to install Net::WMIClient. In command prompt i receive a request "Enter the path to the WMI source code:"

May i Know how to install WMIclient in local machine

Ross Ridge
  • 38,414
  • 7
  • 81
  • 112
coder
  • 1

1 Answers1

0

The documentation says to either execute

cpanm Net::WMIClient 

or

perl -MCPAN -e shell
install Net::WMIClient

Did you try that?

Red Cricket
  • 9,762
  • 21
  • 81
  • 166
  • Thanks for reply. may i know where i have to run this command . whether under cpan> or c:> folder. what i have to give input for "Enter the path to the WMI source code:" – coder Sep 23 '18 at 02:38
  • `perl -MCPAN -e shell` will put you in the `cpan>` prompt where you would enter `install Net::WMIClient`. – Red Cricket Sep 23 '18 at 13:32