Help for this page
my @splat = unpack '(A4)*', $thing;
$num = int($string); $num = $string + 0;
my @splat = map $_ + 0, unpack '(A4)*', $thing;