in reply to Re: Minimum width in printf() ignored?
in thread Minimum width in printf() ignored?

Thanks for your support. I tried
perl -e '$a = "foobar"; printf("#%16s#\n", $a);'
and got
# foobar#
as was to be expected - that was the reason I posted my question here. Even using static strings as you did in your example are working:
Two names: 'foo ', 'bar ' for D#/Eb4, +F#/Gb4, A#/Bb4, F5,
It must be something with the two variables, but I have no clue...