Help for this page

Select Code to Download


  1. or download this
    $str = join '', map { chr } unpack( "(H2)*", $str );
    
  2. or download this
    $str = pack "C*", unpack "(H2)*", $str;