Help for this page
$start=$result+.2; $x = substr($start,0,1);# integer $y = substr($start,2,2);# integer
($x, $y) = split '\.' => $result; $y += 2;