It has been a while since I have configured a system for PERL on Windows. What environmental variables need to be set to run PERL on Windows 10 Pro 64 bit?
I have a script that runs fine under PERL 5.18.2, but can not get ARGV from command line for PERL 5.28.1
That was it. The %* was left off. It successfully reads the $ARGV now, but still complains about the environmental variables COLUMNS and LINES being invalid. But the program runs successfully.