English     Español
[Main Index] : Programming : Languages : Perl : CPAN Modules : String Lang Text Proc
 UUID CPAN (Perl) Module 

Search

 

Documents

UUID (Displayed)

UUID


NAME

UUID - Perl extension for using UUID interfaces as defined in e2fsprogs. On Windows systems it uses native RCP library, on other systems the implementation uses libuuid library.


SYNOPSIS

  use UUID;
  UUID::generate($uuid); # generates a 128 bit uuid
  UUID::unparse($uuid, $string); # change $uuid to 36 byte string
  $rc = UUID::parse($string, $uuid); # map string to UUID, return -1 on error


DESCRIPTION

With these 3 routines UUID''s can easily be generated and parsed/un-parsed.

EXPORT

UUID::{generate, parse, unparse}


AUTHOR

Peter J. Braam <braam@clusterfs.com> Lukas Zapletal <Lukas.Zapletal@seznam.cz>


SEE ALSO

perl(1).

Information

This site is currently in testing, it is not yet operating using the full database. Until it is officially launched you may wish to visit Help-Site Computer Manuals. After launch, this site (HelpSpy) will replace Help-Site. Information about the spider which is currently trawling the Internet looking for links to add to this directory can be found here.
   

©Copyright Nicholas Reynolds 2004