README
UUID
my $uuid = UUID.new;
say ~$uuid;
my $uuid = UUID.new(:version(4));
Currently supports version 4 (random) UUID generation.
my $uuid = UUID.new;
say ~$uuid;
my $uuid = UUID.new(:version(4));
Currently supports version 4 (random) UUID generation.
Resoures
Learning
The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.