Home
TeamSite
Best perl module to use to generate UUID
brvhrt
Hi ,
I was wondering what could be the best perl module to generate UUID/GUID. I have been doing a lot or research on this and found Data::UUID; is the best candidate.
I have done this in Java but havnt done it in Perl yet. wondering if any of you have done the same using Perl. any issues found , pros and cons would be really appreciated.
Find more posts tagged with
Comments
nipper
how about Win32::Guidgen
RonaldV
It very much depends on your requirements.
But i have used
Sys:UniqueId.pm
before.