UUID::Random - Generate random uuid strings


UUID-Random documentation  | view source Contained in the UUID-Random distribution.

Index


NAME

Top

UUID::Random - Generate random uuid strings

SYNOPSIS

Top

  use UUID::Random;
  my $uuid = UUID::Random::generate;

DESCRIPTION

Top

This module generates random uuid strings. It does not satisfy any of the points listed in RFC 4122 (http://tools.ietf.org/html/rfc4122) but the default format.

SEE ALSO

Top

If you need RFC compliant UUID strings have a look at Data::UUID

AUTHOR

Top

Moritz Onken, <onken@houseofdesign.de>

COPYRIGHT AND LICENSE

Top


UUID-Random documentation  | view source Contained in the UUID-Random distribution.