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);