Is there a perl variable that automatically counts loop iterations. Such that I
don't have to use '$count':

foreach (@array){
  $count++;
  ..whatever..
}

?????

Thanks,
Bob

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

Reply via email to