I've just installed Perl 5.26 x64 under Windows 10.
The command below causes an error:
perl -MCPAN -e shell
Error is: Can't located Win32::Console
Please help
I've just installed Perl 5.26 x64 under Windows 10.
The command below causes an error:
perl -MCPAN -e shell
Error is: Can't located Win32::Console
Please help
Had same problem, i installed strawberry perl and worked perfectly
Had similar problem, solved by commenting lines 395-413 with # in
c:\Perl64\site\lib\ActivePerl\Config.pm
They are lines in function _warn under line
# Prevent calling Win32::Console::DESTROY on a STDOUT handle
I have found this solution on https://www.programmersought.com/article/93215566461/