http://qs321.pair.com?node_id=1203296


in reply to Re: PerlApp and Win32::Unicode
in thread PerlApp and Win32::Unicode

THANK YOU! You made my day. It now works. However, I add too add an explicit use arybase; (I have no idea what it is) as it was missed when I run the new exe. The following works fine with my 5.16:

use Win32; use Win32::Unicode; use Win32::Unicode::File; use arybase; print "Hello"