-
-
09 Apr 2004 08:01:34 UTC
- Distribution: Win32API-GUID
- Module version: 0.2
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (64 / 7 / 69)
- Kwalitee
Bus factor: 0- % Coverage
- License: unknown
- Activity
24 month- Tools
- Download (1.55KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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.
Module Install Instructions
To install Win32API::GUID, copy and paste the appropriate command in to your terminal.
cpanm Win32API::GUID
perl -MCPAN -e shell install Win32API::GUID
For more information on module installation, please visit the detailed CPAN module installation guide.