in reply to Re^3: Print Buffer
in thread Print Buffer

In C its handled with

PtrToStringUni

Is there anything like PtrToStringUni in Perl

Here the C code
iReturn = Api.GetInformation(hWIM,ref XMLInfo, ref iLength); String XMLStr = Marshal.PtrToStringUni(XMLInfo);