Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
            my $session = $serial->hexdigest();
            return $session;
    }#-sub md5sid
    
  2. or download this
    use Data::UUID;
    use constant IDGenerator => Data::UUID->new();
    
    sub new_sid { IDGenerator->create() }