Help for this page

Select Code to Download


  1. or download this
    $ea = $rows[0] =~ s/([a-fA-F0-9]{2,2})/chr(hex($1))/exg;
    
  2. or download this
      $string = pack "H*",$rows[0];