Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Re: foreach loops

by blakem (Monsignor)
on Dec 16, 2001 at 01:17 UTC ( [id://132259]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://132259]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-19 23:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found