|
|
| Do you know where your variables are? | |
| PerlMonks |
Re: Custom-length random/unique string generatorby martell (Pilgrim) |
| on Feb 02, 2013 at 18:13 UTC ( #1016734=note: print w/ replies, xml ) | Need Help?? |
|
Hi if you need a readable UUID simply use Data::UUID like this my $uuid = Data::UUID->new()->create_str();. This will create a UUID that looks like 4162F712-1DD2-11B2-B17E-C09EFE1DC403. This is an alphanumeric string. Kind Regards Martell
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||