in reply to How to create a new array with the same name as an existing one in a loop?

Is this really the structure you want?

dd \%current_main_record; { role_data => [ [{ a => "Z" }, { a => "Y" }], [{ b => "Z" }, { b => "Y" }], [{ c => "Z" }, { c => "Y" }], ], }

«The Crux of the Biscuit is the Apostrophe»

  • Comment on Re: How to create a new array with the same name as an existing one in a loop?
  • Download Code