@array =qw (34 56 78 9); $index = 0; foreach (@array) { print "$index \t $_ \n"; $index++; }
In reply to Re: how can i get the index value of array during runtime
by siva kumar
in thread how can i get the index value of array during runtime
by phemal
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |