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

Replies are listed 'Best First'.
nice example
by barun (Novice) on Feb 05, 2005 at 13:23 UTC
    Really i am enjoying doing perl ,as perlmonks are with me. Thanks! for this work.