@array =qw (34 56 78 9); foreach (@array) { here i want to print the index of array } [download]
In reply to how can i get the index value of array during runtime by phemal