I am replacing ActiveState Perl 5.20 with version 5.28.1. It started setting me up on the command line but hung after asking me whether to name my project Perl, so I restarted the command line window. I never had a chance to enter any other organization or project name, just a userid, which allows me to sign in. Here’s what happens when I try to run a Perl program:
Wed 04/07/2021 20:09:05.57 C:\files >tickler.pl
Can’t locate Win32/Console.pm in @INC (you may need to install the Win32::Console module) (@INC contains: C:/Perl64/site/lib C:/Perl64/lib) at C:\files\tickler.pl line 14.
BEGIN failed–compilation aborted at C:\files\tickler.pl line 14.
Wed 04/07/2021 20:13:07.78 C:\files >install Win32::Console
install: missing destination file operand after ‘Win32::Console’
Try ‘install --help’ for more information.
Wed 04/07/2021 20:13:50.87 C:\files >powershell “IEX(New-Object Net.WebClient).downloadString(‘https://platform.activestate.com/dl/cli/install.ps1’)”
Wed 04/07/2021 20:15:05.01 C:\files >install Win32::Console
install: missing destination file operand after ‘Win32::Console’
Try ‘install --help’ for more information.
Wed 04/07/2021 20:15:19.05 C:\files >
I can’t find anything that tells me how to proceed from here. Suggestions?