my $format = '%11s %3d %5.1f\n'; printf $format, 'Hello there', 123, $pi;