uawdijnntqw1x1x1
IP : 216.73.216.55
Hostname : xhost1.intravision.ru
Kernel : Linux xhost1.intravision.ru 3.16.0-7-amd64 #1 SMP Debian 3.16.59-1 (2018-10-03) x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
OS : Linux
PATH:
/
var
/
lib
/
.
/
python-support
/
..
/
x86_64-linux-gnu
/
perl5
/
5.20
/
UUID.pm
/
/
package UUID; require 5.005; use strict; #use warnings; require Exporter; require DynaLoader; use vars qw(@ISA %EXPORT_TAGS @EXPORT_OK $VERSION); @ISA = qw(Exporter DynaLoader); # This allows declaration use UUID ':all'; # If you do not need this, moving things directly into @EXPORT or @EXPORT_OK # will save memory. %EXPORT_TAGS = ( 'all' => [qw(&generate &parse &unparse)] ); @EXPORT_OK = ( @{$EXPORT_TAGS{'all'}} ); $VERSION = '0.05'; bootstrap UUID $VERSION; # Preloaded methods go here. 1; __END__ =head1 NAME UUID - Perl extension for using UUID interfaces as defined in e2fsprogs. =head1 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 =head1 DESCRIPTION With these 3 routines UUID''s can easily be generated and parsed/un-parsed. =head2 EXPORT UUID::{generate, parse, unparse} =head1 LICENSE This library is licensed under the Perl Artistic License. Details of this license can be found within the 'License' text file =head1 AUTHOR Joseph N. Hall <joseph.nathan.hall@gmail.com> Colin Faber <cfaber@clusterfs.com> Peter J. Braam <braam@mountainviewdata.com> =head1 SEE ALSO perl(1). =cut
/var/lib/./python-support/../x86_64-linux-gnu/perl5/5.20/UUID.pm