Help for this page
my $count=`awk -v x=$count -v y=1.0 'BEGIN{ printf "%3f\n", x+y}'`;
my $count = sprintf "%3f\n" => $count + 1;