A printf format is a perl string. In this case, it is constructed using perl's string operators. The dot ('.') is the concatenation operator. The 'x' is the repetition operator (Refer to
section of perlop). The specification '10.3f' is repeated @columns-3 times where @columns is the total number of columns. (The three comes from the fact that the first two columns are not printed and the third has it own format specification)