http://qs1969.pair.com?node_id=132259


in reply to Re: foreach loops
in thread foreach loops

Or keep the comma with:
foreach(@numbers) { local $\ = ','; print; }

-Blake