in reply to
Does Win32::MsgBox() support Unicode string?
Use
Win32::API
to wrap
MessageBoxW Function()
,
example here
Comment on
Re: Does Win32::MsgBox() support Unicode string?
In Section
Seekers of Perl Wisdom