Hello, most erudite monks,
I'm just a beginner, so this is probably a dumb question. I'm trying to print out each value of an array. The problem is, the array is inside a hash called %results. To get to that array I use $results{$key}.When I try to run the program, it prints out something like this: ARRAY(0x1aada0c)for each $line ($results{$key}) { print "\t$line\n"; }
What am I doing wrong?
In reply to Easy question by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |