http://qs321.pair.com?node_id=743972


in reply to Re^4: How foreach loops decide what to iterate through
in thread How foreach loops decide what to iterate through

an anonymous array is created and used

An anonymous list, not an anonymous array. (Well, all lists are anonymous.) No array is created.

Arguments and return values of functions and subs are placed on the stack as a list of scalars.

  • Comment on Re^5: How foreach loops decide what to iterate through