in reply to Re: How do I loop over a reference to an array?
in thread How do I access an array for which I only have a reference?

Map Abuse Map Abuse!! :)

IMHO,a map in void context is a sign you should be using a for loop instead.

print qq{$_\n} for ( @$arrayref );
Update: Oops, read rest of thread. Apologize for stating the obvious. :P

Wonko.