-
-
23 Jul 2009 18:00:22 UTC
- Distribution: UUID
- Module version: 0.04
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (57 / 0 / 0)
- Kwalitee
Bus factor: 0- License: unknown
- Activity
24 month- Tools
- Download (4.87KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
UUID - Perl extension for using UUID interfaces as defined in e2fsprogs.
SYNOPSIS
use UUID; UUID::generate($uuid); # generates a 128 bit uuid UUID::unparse($uuid, $string); # change $uuid to 36 byte string $rc = UUID::parse($string, $uuid); # map string to UUID, return -1 on error
DESCRIPTION
With these 3 routines UUID''s can easily be generated and parsed/un-parsed.
EXPORT
UUID::{generate, parse, unparse}
LICENSE
This library is licensed under the Perl Artistic License. Details of this license can be found within the 'License' text file
AUTHOR
Joseph N. Hall <joseph.nathan.hall@gmail.com>
Colin Faber <cfaber@clusterfs.com>
Peter J. Braam <braam@mountainviewdata.com>
SEE ALSO
perl(1).
Module Install Instructions
To install UUID, copy and paste the appropriate command in to your terminal.
cpanm UUID
perl -MCPAN -e shell install UUID
For more information on module installation, please visit the detailed CPAN module installation guide.