Help for this page

Select Code to Download


  1. or download this
    join("_", unpack("H32V*", $string));
    
  2. or download this
    my @temp = unpack("H32V*", $string);
    join("_", @temp);