Reply to Message

View discussion in a popup

Replying to:
a11132010
Contributor
Contributor

再WSBasic.pm 中修改 use uuid; 为 use uuid::Random;

使用

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

UUID::Random - Generate random uuid strings

NAME

SYNOPSIS

DESCRIPTION

SEE ALSO

AUTHOR

COPYRIGHT AND LICENSE

NAME

UUID::Random - Generate random uuid strings

SYNOPSIS

use UUID::Random;

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

DESCRIPTION

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.

Reply
0 Kudos