Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Bareword issue with Perl 5.34

by Corion (Patriarch)
on Oct 11, 2021 at 14:58 UTC ( [id://11137419]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Win32::OLE;
    Win32::OLE->Options(CP => Win32::OLE::CP_UTF8);
    
  2. or download this
    use Win32::OLE 'CP_UTF8';
    Win32::OLE->Options(CP => CP_UTF8);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11137419]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (2)
As of 2024-04-24 22:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found