IO::Scalar did not install right or didn't install at all. if you have issues with the IO::Scalar not being installed right you could try it this way.
Copy NMake.exe to C:\perl\bin
Open a Commond Prompt and enter perl -MCPAN -e shell
Say no when it asks to configure manually.
Reboot computer
then reopen CMD prompt
retype perl -MCPAN -e shell
install IO::Scalar
|