in reply to Help Pass array as function params
withforeach (@ {$count}) { print "$_! \n"; }
If you are just getting started with Array references the link to "Converting an Array Reference into an Array" may provide enlightenmet.print "$_! \n" for @$count;
Earth first! (We'll rob the other planets later)
|
|---|