--- Bob Mangold <[EMAIL PROTECTED]> wrote: > Is there a perl variable that automatically counts loop iterations. > Such that I don't have to use '$count': > > foreach (@array){ > $count++; > ..whatever.. > } Lot's of people with suggestions, but I have a question -- what are you using $count for? Why do you need it? __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/
- loop counting Bob Mangold
- Re: loop counting Jeff 'japhy' Pinyan
- Re: loop counting Michael Fowler
- Re[OT]loop counting Paul
- Re: loop counting Brett W. McCoy
- Re: loop counting Paul
- Re: loop counting Bob Mangold
- Re[OT]loop counting Paul
- RE: loop counting Kipp, James