in reply to
Re^2: write() removes trailing spaces
in thread
write() removes trailing spaces
if $c is set to 'c ', then it will append 9 spaces at the end, so the string can occupy the 11 posisions. (Remember, it is 1 + 10 .)
Comment on
Re^3: write() removes trailing spaces
In Section
Seekers of Perl Wisdom