Quote:
Originally Posted by meghana
thanks for the reply.. but it dint work... do u have any further suggestions???
|
Why it didn't work ?
What is the expected output ?
Do you want to print the array elements ? If so, add the following snippet at the end
Code:
foreach(@arr) {
print "array element: $_\n";
}