in reply to Changing name of ARRAY in each iteration

You almost certainly want a different data structure - perhaps an array of arrays or a hash of arrays. See the Data Structures Cookbook for more detail.

--
<http://dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

  • Comment on Re: Changing name of ARRAY in each iteration