print "", @text, "\n"; # (unless you've redefined $,) #### { local $"; print "@text\n"; }
## { local $"; print "@text\n"; }