The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Win32::Unicode::Error.pm - return error message.

SYNOPSIS

  use Win32::Unicode;
  
  # stdout unicode string
  mkdirW($exists_dir) or die errorW
  

DESCRIPTION

Wn32::Unicode::Error is retrun to Win32API error message.

METHODS

error

OO.

errorW

function.

AUTHOR

Yuji Shimada <xaicron@gmail.com>

SEE ALSO

Win32::Unicode Win32::Unicode::Dir Win32::Unicode::File

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.