I guess I should have been more clear. Our Unix Admin installed the Module and said the test was fine, but when I've tried to develop a program I'm getting errors. I just
tried doing this
use Data::UUID;
$ug = new Data::UUID;
$uuid1 = $ug->create(); #3
$uuid2 = $ug->to_hexstring($uuid1);
print STDOUT "$uuid2\n";
and I receive a memory fault.