Search
Documents
UUID
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.
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
With these 3 routines UUID''s can easily be generated and parsed/un-parsed.
UUID::{generate, parse, unparse}
Peter J. Braam <braam@clusterfs.com>
Lukas Zapletal <Lukas.Zapletal@seznam.cz>
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. |
|