{ # setting $, $\ should be done in a block with local local $\="\n"; { local $,="\n"; print "These", "Are", "Seperate", "lines"; } print join ("\n", "As", "Are", "These"); }
print <<END_OF_TEXT; These are seperate lines END_OF_TEXT
Yves / DeMerphq
--
This space for rent.
In reply to Re: breaking a line on printing
by demerphq
in thread breaking a line on printing
by hotshot
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |