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


in reply to array question

Do you mean something like this?

for my $element ( @array ) { print $element . "\n"; }