in reply to Re^2: Using Subroutine Returns
in thread Using Subroutine Returns

It is in a print, so a comma would be more natural than a dot. There is no need to build a single scalar when the operator takes a list.
print config('username'), " is my username";
Most likely the OP would want a \n in there too, but that isn't really part of the interpolation question.