in reply to How do I access an array for which I only have a reference?
$arrayref = [0..10]; map {print "$_\n"} @$arrayref;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Answer: How do I loop over a reference to an array?
by Wonko the sane (Curate) on Mar 09, 2004 at 19:27 UTC |