$value = unpack "x$index Z4", $string; #### $value = substr($string, $index, 4); $value =~ y/\0//d;