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

Win32API::GUID - Perl extension for creating GUID.

SYNOPSIS

  use Win32API::GUID;
  print CreateGuid(); 

ABSTRACT

Win32API::GUID module provides very simple interface to Windows CoCreateGuid() function and returns a string representation of newly generated GUID.

DESCRIPTION

Win32API::GUID contains the single function CreateGuid() that returns new GUID every time it is called.

AUTHOR

Andrew Shitov, <andy@shitov.ru>

COPYRIGHT AND LICENSE

Win32API::GUID modude is a free software. You may redistribute and (or) modify it under the same terms as Perl.