| POE-Event-Message documentation | view source | Contained in the POE-Event-Message distribution. |
POE::Event::Message::UniqueID - Generic messaging header identifier
This document describes version 0.02, released November, 2005.
use POE::Event::Message::UniqueID; $ident = POE::Event::Message::Header->generate(); POE::Event::Message::Header->verifyGenerateUniqueID();
This class is used to generate a guaranteed unique identifier.
Warning: If the Time::HiRes module is not installed on the local machine the possibility of duplicate identifiers does exist.
None.
Generate a unique identifier.
This method can be used to verify that unique identifiers are generated without any duplicates.
This class depends upon the following classes:
Time::HiRes
None currently.
See Time::HiRes.
Chris Cobb [no dot spam at ccobb dot net]
Copyright (c) 2005-2010 by Chris Cobb, All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| POE-Event-Message documentation | view source | Contained in the POE-Event-Message distribution. |