join("_", unpack("H32V*", $string)); #### my @temp = unpack("H32V*", $string); join("_", @temp);