The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.