GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Workflow::Persister::UUID(3) User Contributed Perl Documentation Workflow::Persister::UUID(3)

Workflow::Persister::UUID - Persister to generate Universally Unique Identifiers

This documentation describes version 1.60 of this package

 <persister
     name="MyPersister"
     use_uuid="yes"
 ...

Implementation for any persister to generate a UUID/GUID ID string. The resulting string is 36 characters long and, according to the implementation docs, "is guaranteed to be different from all other UUIDs/GUIDs generated until 3400 CE."

This uses the Data::UUID module to generate the UUID string, so look there if you are curious about the algorithm, efficiency, etc.

new

Instantiates a Workflow::Persister::UUID object, which is actually an encapsulation of Data::UUID.

pre_fetch_id

"pre_fetch_id" can then be used to generate/retrieve a unique ID, generated by Data::UUID.

post_fetch_id

This method is unimplemented at this time, please see the TODO.

Implement "post_fetch_id"

Data::UUID

Copyright (c) 2003-2022 Chris Winters. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Please see the LICENSE

Please see Workflow
2022-03-02 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.