in reply to Re^4: Getting for() to accept a tied array in one statement
in thread Getting for() to accept a tied array in one statement
Yes, my point is that you simply can't assume an object can be de-referenced to an array. The tie mechanism useful for creating algorithms that can handle objects without implying knowledge about their implementation. Otherwise this would defeat the whole purpose using tie. So it is still a good question, any other solutions appreciated.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Getting for() to accept a tied array in one statement
by hdb (Monsignor) on Apr 16, 2019 at 14:12 UTC | |
by Veltro (Hermit) on Apr 16, 2019 at 14:24 UTC | |
by hdb (Monsignor) on Apr 16, 2019 at 14:29 UTC | |
by Veltro (Hermit) on Apr 16, 2019 at 14:49 UTC | |
by haukex (Archbishop) on Apr 18, 2019 at 20:22 UTC | |
by Veltro (Hermit) on Apr 19, 2019 at 08:35 UTC |