Help for this page
join("_", unpack("H32V*", $string));
my @temp = unpack("H32V*", $string); join("_", @temp);