Data::GUID::Any - Generic interface for GUID creation


Data-GUID-Any documentation  | view source Contained in the Data-GUID-Any distribution.

Index


NAME

Top

Data::GUID::Any - Generic interface for GUID creation

VERSION

Top

This documentation describes version 0.002.

SYNOPSIS

Top

     use Data::GUID::Any 'guid_as_string';

     my $guid = guid_as_string();

DESCRIPTION

Top

This module is a generic wrapper around various ways of obtaining Globally Unique ID's (GUID's). It will use any of the following, listed from most preferred to least preferred:

If none are available when Data::GUID::Any is installed, it will add Data::GUID as a prerequisite.

USAGE

Top

guid_as_string()

     my $guid = guid_as_string();

Returns a guid in string format with upper-case hex characters:

   FA2D5B34-23DB-11DE-B548-0018F34EC37C

Except for modules that only produce random GUID's, these are 'version 1' GUID's.

BUGS

Top

Please report any bugs or feature requests using the CPAN Request Tracker web interface at http://rt.cpan.org/Dist/Display.html?Queue=Data-GUID-Any

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

SEE ALSO

Top

AUTHOR

Top

David A. Golden (DAGOLDEN)

COPYRIGHT AND LICENSE

Top


Data-GUID-Any documentation  | view source Contained in the Data-GUID-Any distribution.