- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
再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.