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?
IMHO,a map in void context is a sign you should be using a for loop instead.
Update: Oops, read rest of thread. Apologize for stating the obvious. :Pprint qq{$_\n} for ( @$arrayref );
Wonko.
|
|---|