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
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
The documentation says to either execute
cpanm Net::WMIClient
or
perl -MCPAN -e shell
install Net::WMIClient
Did you try that?