NAME
DCE::UUID - Misc UUID functions
SYNOPSIS
use
DCE::UUID;
DESCRIPTION
DCE::UUID exports the following functions:
- uuid_create()
-
my
(
$uuid
,
$status
) = uuid_create();
- uuid_hash()
-
my
(
$hash
,
$status
) = uuid_hash(
$uuid
);
AUTHOR
Doug MacEachern <dougm@osf.org>
SEE ALSO
perl(1), DCE::Status(3), DCE::Registry(3), DCE::Login(3).
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 36:
'=item' outside of any '=over'
- Around line 44:
You forgot a '=back' before '=head1'