Help for this page
$a = join ' ', unpack 'C*', $a;
@temparray = unpack 'C*', $a; $a = join ' ', @temparray;