
Win32API::GUID - Perl extension for creating GUID.

use Win32API::GUID; print CreateGuid();

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

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

Andrew Shitov, <andy@shitov.ru>

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