@array =qw (34 56 78 9); foreach (@array) { here i want to print the index of array }