Help for this page
while (($n = read FILE, $buffer, 4)) { $decimal = unpack("N", pack("B32", $buffer));
$decimal = unpack 'N', $buffer;