http://qs321.pair.com?node_id=473112


in reply to Problems printing contents of array

Where do you define the array and assign to it because print "@s340Strings"; should work. Though if you want the contents of an array (an @array used in $scalar location will print the length of the array) then you want a for/foreach statement - like print for @s340Strings;

Update: Interesting I've never run into that before, that actually would help quite a bit. Thanks!

"Cogito cogito ergo cogito sum - I think that I think, therefore I think that I am." Ambrose Bierce