in reply to Re: Collect prints to a string
in thread Collect prints to a string
"return" will need to modify subs which I do not want to do.
Probably I do not even need to write return because a default return will work, like $string .= print_1($text); ?