UUID
Section: User Contributed Perl Documentation (3pm)
Updated: 2001-03-01
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}
AUTHOR
Peter J. Braam <braam@mountainviewdata.com>
SEE ALSO
perl(1).
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- EXPORT
-
- AUTHOR
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 07:35:25 GMT, March 26, 2013