GUIDs in Perl

Here is a handy Perl module called [GuidGen] that let’s you create GUIDs (Global Unique Identifiers) in Perl. A GUID is basically a random number that is guaranteed to be unique across the net. It is based on time and your MAC address. A GUID is useful in something like the ‘user agent’ string, hehe.