![]() |
|
No such thing as a small change | |
PerlMonks |
Bareword issue with Perl 5.34by Anonymous Monk |
on Oct 11, 2021 at 14:52 UTC ( #11137418=perlquestion: print w/replies, xml ) | Need Help?? |
Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question: Hello monks Loading the following does not produce any issue with Perl 5.28.
It produces issues however with Perl 5.34:
Changing $Win32::OLE::CP = CP_UTF8; to $Win32::OLE::CP = 'CP_UTF8'; avoid Perl complaining, however the feature is no more loaded. What is the best approach to solve this?
Back to
Seekers of Perl Wisdom
|
|